17 PT to PX
Result
17 pt = 22.61 px
Explanation
- Points — 17
To convert 17 points to pixels you need to multiply PT value by 1.33, in our case: 17 × 1.33. In result we'll receive that 17 pt is equal to 22.61 pixels (px)
CSS code for 17 PT to PX
p { font-size: 22.61px }
HTML (inline CSS):
<p style="font-size: 22.61px">Hello World<p>