Skip to content
Everyday Utilities Free • No signup • Instant results

Temperature Converter

Convert between Celsius, Fahrenheit and Kelvin.

About the Temperature Converter

The temperature converter translates between Celsius, Fahrenheit, Kelvin, and Rankine. Unlike most other unit conversions, temperature cannot be converted by a simple multiplication because the four scales have different zero points. Celsius defines zero at the freezing point of water, Fahrenheit defines zero at the freezing point of brine, and Kelvin and Rankine define zero at absolute zero — the theoretical lowest possible temperature.

Celsius is the everyday temperature scale in most of the world, used for weather, cooking, and medical measurements. Fahrenheit is used in the United States for the same purposes. Kelvin is the SI base unit of temperature, used in science and engineering, with zero at absolute zero. Rankine is the absolute complement of Fahrenheit, used in some engineering fields in the United States, with zero at absolute zero and the same degree size as Fahrenheit.

The converter goes through Celsius as an intermediate step. It first converts the input to Celsius, then converts from Celsius to the target unit. It also checks whether the input is below absolute zero and reports an error if so, since temperatures below absolute zero are physically impossible under classical thermodynamics.

How It Works

Each scale has a defined relationship to Celsius. The converter first translates the input to Celsius, then from Celsius to the target scale:

Celsius    -> C = F          (identity)
Fahrenheit -> C = (F - 32) * 5 / 9
Kelvin     -> C = K - 273.15
Rankine    -> C = (R - 491.67) * 5 / 9

Celsius    -> target:
C -> F  =  C * 9 / 5 + 32
C -> K  =  C + 273.15
C -> R  =  (C + 273.15) * 9 / 5

The 32 in the Fahrenheit formula comes from the offset between the freezing point of water on the two scales (0 degrees Celsius equals 32 degrees Fahrenheit). The factor 5/9 comes from the ratio of degree sizes: a change of 9 degrees Fahrenheit equals a change of 5 degrees Celsius, so one Fahrenheit degree is 5/9 of a Celsius degree.

The 273.15 in the Kelvin formula comes from the absolute zero value on the Celsius scale. Absolute zero, the theoretical temperature at which all thermal motion ceases, is minus 273.15 degrees Celsius. Kelvin uses the same degree size as Celsius but shifts the zero point to absolute zero, so 0 K equals minus 273.15 C. Rankine uses the same degree size as Fahrenheit but shifts the zero point to absolute zero, so 0 R equals minus 459.67 F.

Worked Examples

To convert 25 degrees Celsius to Fahrenheit, the calculation is 25 * 9/5 + 32 = 45 + 32 = 77 degrees Fahrenheit. This is a comfortable room temperature, and the two numbers 25 and 77 are often quoted together in thermostat discussions.

To convert 100 degrees Celsius (the boiling point of water at sea level) to Fahrenheit, the calculation is 100 * 9/5 + 32 = 180 + 32 = 212 degrees Fahrenheit. The two anchor points of the Celsius scale (0 and 100) correspond to 32 and 212 on the Fahrenheit scale, which is why Fahrenheit's 32 and 212 are tied to the freezing and boiling points of water.

To convert 300 Kelvin to Celsius, the calculation is 300 - 273.15 = 26.85 degrees Celsius, which is a warm room temperature. Absolute zero (0 K) is minus 273.15 C, minus 459.67 F, and 0 R, and the converter reports any input below this threshold as physically impossible.

When to Use This Tool

Use the temperature converter whenever you need to translate between temperature scales:

  • Reading weather forecasts from another country (Celsius vs Fahrenheit).
  • Converting cooking temperatures in international recipes.
  • Interpreting scientific or engineering data reported in Kelvin.
  • Working with thermodynamic calculations that use absolute temperature.
  • Converting body temperature readings between Celsius and Fahrenheit.
  • Translating HVAC or refrigeration specifications between scales.
  • Teaching the relationships between the four temperature scales.

Limitations & Disclaimer

This converter handles the four most common temperature scales (Celsius, Fahrenheit, Kelvin, Rankine). It does not convert to or from the Delisle, Newton, Reaumur, or Romer historical scales. The absolute zero check is enforced, but the converter does not account for the practical impossibility of reaching exactly 0 K. For thermodynamic calculations, use appropriate scientific software. See our disclaimer for full details.

Frequently Asked Questions

Why does temperature conversion involve addition and subtraction, not just multiplication?

Because the four temperature scales have different zero points. Celsius places zero at the freezing point of water, Fahrenheit places it at the freezing point of brine, and Kelvin and Rankine place it at absolute zero. Converting between scales requires both a scaling factor (for the degree size) and an offset (for the zero point).

What is absolute zero and why does it matter?

Absolute zero is the theoretical lowest possible temperature, at which all thermal motion ceases. It is minus 273.15 degrees Celsius, minus 459.67 degrees Fahrenheit, 0 Kelvin, and 0 Rankine. The converter reports any input below absolute zero as physically impossible, since classical thermodynamics forbids temperatures below this point.

Why is the Kelvin scale the SI base unit of temperature?

Because it places zero at absolute zero, which is a physically meaningful reference point, and it uses the same degree size as Celsius, which makes it compatible with everyday measurements. The SI system defines the kelvin as 1/273.16 of the thermodynamic temperature of the triple point of water.

What is the Rankine scale and when is it used?

Rankine is the absolute complement of Fahrenheit, with zero at absolute zero and the same degree size as Fahrenheit. It is used in some engineering fields in the United States, particularly in aerospace and thermodynamics, where absolute temperature is needed but Fahrenheit-style degree sizes are preferred.

Why are Fahrenheit's 32 and 212 tied to water?

Because Daniel Fahrenheit calibrated his scale so that the freezing point of water is 32 degrees and the boiling point is 212 degrees, giving a 180-degree span between the two. This makes the scale finer-grained than Celsius (which has a 100-degree span) and was originally chosen for convenience in meteorology.

What is a common temperature conversion mistake?

Forgetting the offset and applying only the scaling factor. A naive conversion of 100 C to Fahrenheit as 100 * 9/5 = 180 (without adding 32) gives the wrong answer 180 instead of the correct 212. Always use the full formula with both the scaling factor and the offset.

Last updated: July 21, 2026  ·  Author: HT99 Tools Editorial Team  ·  Reviewed by: HT99 Tools Editorial Team