Unit Converter · Length & font-size

15.9996pt to px

15.9996pt = 21.3328px

Quick converter

Type into any field — every unit in this category updates instantly.

Root font-size 16px

Common pt → px values

Click any row to open its dedicated page.

ptpx
4pt 5.3333px
6pt 8px
8pt 10.6667px
10pt 13.3333px
12pt 16px
14pt 18.6667px
16pt 21.3333px
18pt 24px
20pt 26.6667px
24pt 32px
28pt 37.3333px
32pt 42.6667px
36pt 48px
40pt 53.3333px
44pt 58.6667px
48pt 64px
56pt 74.6667px
64pt 85.3333px
72pt 96px
80pt 106.6667px
96pt 128px
112pt 149.3333px
128pt 170.6667px
144pt 192px
160pt 213.3333px
192pt 256px
224pt 298.6667px
256pt 341.3333px

Convert 15.9996pt to other units

Formula

rem = px ÷ root-font-size and px = rem × root-font-size. Browsers default the root font-size to 16px, so 1rem normally equals 16px unless the page (or the user's browser settings) changes it.

em works the same way, but relative to the parent element's font-size rather than the root — the numbers only match rem when nothing in the ancestor chain has resized the font.

pt is a print unit: 1pt = 1.333px, based on the fixed 96px-per-inch / 72pt-per-inch relationship browsers use.

Use it in code

Click to copy.