Temperature Converter

Convert between Celsius, Fahrenheit and Kelvin — type into any of the three boxes and the other two update instantly, with the exact formulas behind each.

Utility Tools Free No upload Instant

Loading Temperature Converter…

Your browser is preparing the tool. It runs 100% locally.

Quick Answer

Type a temperature into the Celsius, Fahrenheit or Kelvin box and the other two update live, rounded to two decimals. The conversions are the exact linear formulas — Fahrenheit is Celsius × 9/5 + 32, and Kelvin is Celsius + 273.15 — so 0 °C reads 32 °F and 273.15 K. It runs entirely in your browser, with no rounding tricks and no network call.

What the Temperature Converter Does

Three linked fields show the same temperature on the three common scales. Edit whichever one you know — say 25 in Celsius — and Fahrenheit (77) and Kelvin (298.15) fill in at once. Change the Fahrenheit box instead and Celsius and Kelvin follow.

The result is rounded to two decimal places, which is fine for weather, cooking and most science homework. There is no conversion table or lookup involved; each scale is computed directly from the one you typed.

How It Works

Temperature is not a ratio, so you cannot convert it with a single multiplier the way you convert metres to feet. Each scale has a different zero point, so the conversion is linear with an offset — a multiply and an add. Celsius to Fahrenheit multiplies by 9/5 and adds 32; Celsius to Kelvin just adds 273.15, because the degree is the same size in both.

Whichever box you edit becomes the source. The tool works out the others from it directly — for example Fahrenheit to Celsius subtracts 32 then multiplies by 5/9 — so there is no accumulated rounding from hopping scale to scale.

Data source & conversion logic

The conversions use the defined relationships between the scales: the freezing and boiling points of water anchor Celsius and Fahrenheit, and the Kelvin scale starts at absolute zero, −273.15 °C. Since the 2019 SI revision the kelvin is defined through the Boltzmann constant, but for everyday conversion the fixed 273.15 offset is all that matters.

  1. Read the edited field. Whichever box you type in — Celsius, Fahrenheit or Kelvin — becomes the source value.
  2. Convert to the others directly. Apply the exact pairwise formula to each of the other two scales, computed from the source rather than chained through a third.
  3. Apply the offset. Add or subtract the scale's zero-point offset (32 for Fahrenheit, 273.15 for Kelvin) alongside the 9/5 or 5/9 factor.
  4. Round and show. Round each result to two decimal places and display all three together.

Temperature conversion formulas

°F = °C × 9/5 + 32 °C = (°F − 32) × 5/9 K = °C + 273.15 °C = K − 273.15 K = (°F − 32) × 5/9 + 273.15
Worked examples
25 °C → 77 °F and 298.15 K
98.6 °F → 37 °C (body temperature)
0 K → −273.15 °C and −459.67 °F (absolute zero)

Celsius and Fahrenheit read the same at −40°. Results are rounded to two decimals.

Technical Details

ScalesCelsius, Fahrenheit, Kelvin
DirectionAny field edits the other two, live
C to F× 9/5 + 32
C to K+ 273.15
Rounding2 decimal places
Absolute zero0 K = −273.15 °C = −459.67 °F
Not includedRankine, Réaumur
Where it runsIn your browser — nothing uploaded

Standards & references

  • Celsius scale — 0 °C and 100 °C sit at the freezing and boiling points of water at standard pressure; the degree is one hundredth of that interval.
  • Fahrenheit scale — 32 °F freezing and 212 °F boiling — a 180-degree interval, so each Fahrenheit degree is 5/9 of a Celsius degree.
  • Kelvin (SI) — starts at absolute zero (−273.15 °C); since 2019 the kelvin is fixed through the Boltzmann constant, 1.380649×10⁻²³ J/K. Its degree is the same size as Celsius.

Accuracy & Limitations

Rounded to two decimal places. That is more than enough for weather, cooking, medicine and school science; high-precision metrology would keep more digits.

It does not stop you entering a temperature below absolute zero. Type −300 °C and it will convert the number, even though nothing can be that cold — the tool does the arithmetic, it does not police physics.

Only Celsius, Fahrenheit and Kelvin are offered. Rankine (absolute Fahrenheit) and the historical Réaumur scale are not included.

The formulas are exact, not approximations — the only loss is the final two-decimal rounding. A value like 100 °F gives 37.78 °C, the correctly rounded figure.

Real-World Use Cases

Weather and travel

Translate a forecast in °F to °C, or the other way, when you cross between countries.

Cooking and baking

Convert an oven temperature between Celsius and Fahrenheit, or a figure you have looked up.

Science and homework

Move between Celsius and Kelvin for gas-law and thermodynamics problems.

Health

Read a thermometer in the other scale — 37 °C is 98.6 °F.

When to use it — and when not to

Good for

  • Everyday Celsius, Fahrenheit and Kelvin conversions
  • Cooking, weather and health temperatures
  • Celsius and Kelvin for school science
  • Seeing all three scales at once

Not the best choice for

  • Rankine or Réaumur scales
  • High-precision metrology needing many digits
  • Converting a temperature difference (1 °C change is 1 K but 1.8 °F)
  • Anything below absolute zero — it will not flag it

Need Rankine, or to convert non-temperature units? This tool is Celsius, Fahrenheit and Kelvin only — use the unit converter for length, weight and volume.

Frequently Asked Questions

What are the conversion formulas?
F = C × 9/5 + 32 and K = C + 273.15; and back, C = (F − 32) × 5/9 and C = K − 273.15. The tool applies these directly to whichever value you type.
Why can't temperature be converted with a single multiplier?
Because the scales have different zero points. You need a multiply and an add (an offset), not just a ratio — which is why 0 °C is 32 °F, not 0 °F.
What is absolute zero?
0 K, the coldest possible temperature: −273.15 °C or −459.67 °F. The Kelvin scale begins there.
At what temperature are Celsius and Fahrenheit equal?
At −40°. −40 °C equals −40 °F — the single point where the two scales cross.
Does Kelvin use a degree sign?
No. Kelvin is written as a plain 'K' with no degree symbol, unlike °C and °F. The tool follows that convention.
Can I enter a temperature below absolute zero?
It will convert the number, but such a value is unphysical. The tool does the arithmetic; it does not reject impossible inputs.
How precise is it?
It uses exact formulas and rounds to two decimals. That suits everyday and school use; metrology would carry more digits.
Does it support Rankine or Réaumur?
No — just Celsius, Fahrenheit and Kelvin, the three scales in common use.
Why is body temperature 98.6 °F but sometimes 37 °C?
They are the same temperature: 37 °C converts to exactly 98.6 °F. Differences in quoted 'normal' temperature are about the source figure, not the conversion.
Is a one-degree change the same on each scale?
A change of 1 °C equals 1 K but 1.8 °F. This tool converts a temperature point; converting a difference is a related but separate calculation.
Did the 2019 SI change affect conversions?
No. The kelvin's formal definition moved to the Boltzmann constant, but the everyday 273.15 offset to Celsius is unchanged.
Is anything uploaded?
No. The conversion runs entirely in your browser.

References

Uses the exact linear conversion formulas (°F = °C×9/5+32, K = °C+273.15) — not a lookup table — and computes each scale directly in your browser.

PopularHot

QR Code Generator

QR Code Generator online: fast, lightweight and always one click away.

UtilityOpen Tool
Popular

Stopwatch and Timer

Use Stopwatch and Timer anytime, free and private, with no app to install.

UtilityOpen Tool
Popular

Online Notepad

Use Online Notepad anytime, free and private, with no app to install.

UtilityOpen Tool
Popular

Unit Converter

Unit Converter — a handy, instant browser utility you will bookmark.

UtilityOpen Tool
Trending

Barcode Generator

Barcode Generator online: fast, lightweight and always one click away.

UtilityOpen Tool
Trending

Random Name Picker

Use Random Name Picker anytime, free and private, with no app to install.

UtilityOpen Tool

Ready to try the Temperature Converter?

It is free, private and runs entirely in your browser — no sign-up, no uploads, no limits.