CSS Unit Converter
CSS Unit Convertion Tools
Convert between px, rem, em, pt, vw, and vh units.
Common Conversions (16px base)
| px | rem | pt |
|---|---|---|
| 10 | 0.625 | 7.5 |
| 12 | 0.75 | 9 |
| 14 | 0.875 | 10.5 |
| 16 | 1 | 12 |
| 18 | 1.125 | 13.5 |
| 20 | 1.25 | 15 |
| 24 | 1.5 | 18 |
| 32 | 2 | 24 |
About CSS Units
CSS units are used to define the size, length, or other measurements in CSS.
They are used to specify the size of fonts, margins, padding, and other properties.
Learn more: CSS Units