Article — Temperature Converter
Temperature converter: four scales, one tool
A temperature converter swaps numbers between the four working temperature scales — Celsius, Fahrenheit, Kelvin, and Rankine. 25 deg C equals 77 deg F equals 298.15 K equals 536.67 deg R, all describing the same warmth.
Picking the right scale matters because zero means different things in each one. Celsius and Fahrenheit are everyday scales tied to water and weather. Kelvin and Rankine are absolute scales — their zero is the coldest possible temperature in the universe. Choose the wrong one and physics equations stop working.
What a temperature converter does
It applies four well-known formulas, each one linear: a multiplier and an offset. The multiplier comes from the degree size of each scale (Celsius and Kelvin share one size; Fahrenheit and Rankine share another). The offset comes from where each scale puts its zero.
Most temperature converters online handle only two scales, usually Celsius to Fahrenheit. This one covers all four, with a from-and-to toggle so you can pick any pair. It also validates absolute zero — entering -300 deg C or -500 deg F triggers an out-of-range warning, because no temperature below -273.15 deg C exists.
The Kelvin was redefined in 2019. Before then, 1 K was 1/273.16 of the temperature of the triple point of water. Now it is defined through the Boltzmann constant (k = 1.380649 x 10^-23 J/K), an exact value that ties temperature to a fundamental constant of nature.
The four temperature scales
Celsius (deg C) is the everyday scale in Europe, Asia, Africa, Latin America, and Oceania. Defined so water freezes at 0 and boils at 100 at one atmosphere. Used in weather, cooking, and most science outside the lab.
Fahrenheit (deg F) is the everyday scale in the United States and a handful of Caribbean nations. Daniel Fahrenheit set 0 deg F to the coldest temperature he could produce in his lab (a brine-ice mixture, around -18 deg C) and 96 deg F to human body temperature. The endpoints shifted later to 32 deg F (water freezes) and 212 deg F (water boils), a 180 deg gap.
Kelvin (K) is the SI base unit and the scientific standard. Same step size as Celsius, but zero is absolute zero. The kelvin is the only temperature scale with no degree symbol — physicists write "298 K", not "298 deg K".
Rankine (deg R) is to Fahrenheit what Kelvin is to Celsius: same step size, but zero shifted to absolute zero. Some US engineering fields (combustion, aerospace, HVAC) still use it because gas-law equations need an absolute scale and Fahrenheit is the working unit.
Temperature converter formulas
All six pairwise conversions reduce to the relations between each scale and Celsius. Convert to Celsius first if you want a foolproof path; the calculator handles all 12 directions automatically.
F = C × 9/5 + 32 C = (F - 32) × 5/9K = C + 273.15 C = K - 273.15R = F + 459.67 R = K × 9/5Celsius vs Fahrenheit
Celsius makes more sense for science and engineering because the freezing and boiling points of water are tidy round numbers (0 and 100). The step size is also coarser — a 1 deg C change feels like enough to bother with. Fahrenheit has finer resolution (1 deg F is only 0.56 deg C) which some argue makes weather forecasts more precise without decimals.
The two scales agree at exactly one point: -40 deg C = -40 deg F. Solving T = 9/5 T + 32 gives -40 as the only fixed point. Northern Manitoba, central Siberia, and interior Alaska hit this most winters, so locals there can quote temperatures in either unit without conversion.
Kelvin and Rankine
An absolute scale starts at absolute zero. In Kelvin that is 0 K (= -273.15 deg C); in Rankine that is 0 deg R (= -459.67 deg F). Why does this matter? Because the ideal gas law PV = nRT, the Stefan-Boltzmann law for thermal radiation, and the thermodynamic efficiency of any heat engine all need temperature in absolute units. Plug Celsius into PV = nRT and a gas at 0 deg C "has" zero pressure, which is wrong.
Kelvin is overwhelmingly the default in physics, chemistry, astronomy, and engineering outside the United States. Rankine survives in a few specialised US engineering contexts where the rest of the calculation uses Fahrenheit. NASA, for example, mostly works in Kelvin even for US-built spacecraft.
If a formula in a physics or chemistry textbook gives wildly wrong numbers when you plug in Celsius, you probably need to convert to Kelvin first. The PV = nRT example is the most common trap.
Temperature converter quick tricks
For Celsius to Fahrenheit without a calculator: double the Celsius value, subtract 10 percent of the doubled value, and add 32. So 25 deg C goes to 50 minus 5 plus 32, which equals 77 deg F. The method is algebraically equivalent to multiplying by 1.8 (= 9/5) and gives the exact answer.
For Fahrenheit to Celsius: subtract 30, divide by 2. The result is approximate but within 2 deg of the true Celsius value across normal weather (-20 to 40 deg C). 70 deg F goes to (70 - 30) / 2 = 20 deg C; exact answer 21.1 deg C.
- C to F: double, subtract 10%, add 32 (exact)
- F to C: subtract 30, halve (approximate, within 2 deg)
- C to K: add 273 (close enough; full value 273.15)
- K to C: subtract 273
- C to R: convert to F first, then add 460
- K to R: multiply by 1.8 (= 9/5)
Everyday temperatures across scales
Some reference points worth memorising: 20 deg C is comfortable room temperature (68 deg F, 293 K). 37 deg C is body temperature (98.6 deg F, 310 K). 100 deg C is water boiling at sea level (212 deg F, 373 K). 180 deg C is a standard cake oven (356 deg F, 453 K). -18 deg C is a standard freezer (0 deg F, 255 K).
Common mistakes
The most common slip is forgetting the offset for Celsius-to-Fahrenheit. Multiplying by 1.8 and stopping gives the wrong answer — the +32 offset matters. A second trap is treating 1 K as identical to 1 deg C in formulas that involve temperature differences. The step size is the same, but if a formula expects absolute temperature (gas laws, radiation, efficiency), you must use Kelvin, not Celsius.
Finally, do not forget that "deg" disappears for Kelvin. The unit is just "K", never "deg K" — the SI committee dropped the degree symbol in 1967 to mark the kelvin as a base unit on equal footing with metre and kilogram.