#16cfd7
a balanced, electric cyan · cool · closest name: turquoise
RGB
22, 207, 215
HSL
183°, 81%, 47%
CMYK
90, 4, 0, 16
Luminance
0.4970
Every format
| HEX | #16cfd7 |
| RGB | rgb(22, 207, 215) |
| HSL | hsl(183, 81%, 47%) |
| CMYK | cmyk(90%, 4%, 0%, 16%) |
| LAB | lab(75.9 -38.0 -15.8) |
| LCH | lch(75.9 41.2 202.6) |
| OKLCH | oklch(0.778 0.130 199.9) |
Copy-ready code
/* CSS */
color: #16cfd7;
background-color: #16cfd7;
/* Tailwind (arbitrary) */
class="text-[#16cfd7] bg-[#16cfd7]"
/* SCSS */
$brand: #16cfd7;
/* SwiftUI */
Color(red: 0.086, green: 0.812, blue: 0.843)
/* Android */
Color.parseColor("#16cfd7")Accessibility — WCAG contrast
Aa
#16cfd7 on white: 1.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#16cfd7 on black: 10.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red8.6%
Green81.2%
Blue84.3%
CMYK percentages
Cyan89.8%
Magenta3.7%
Yellow0.0%
Key (black)15.7%
Color previews
#16cfd7 text on a black background
contrast 10.94:1
Card sample
#16cfd7 text on a white background
contrast 1.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #16cfd7;
Background color
Panel with #16cfd7 background
background-color: #16cfd7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #16cfd7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(22, 207, 215, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(22, 207, 215, 0.45);
Border & gradient
Gradient panel
border: 3px solid #16cfd7; background: linear-gradient(135deg, #16cfd7, #164ED7);