#16cfdc
a balanced, electric cyan · cool · closest name: turquoise
RGB
22, 207, 220
HSL
184°, 82%, 48%
CMYK
90, 6, 0, 14
Luminance
0.4996
Every format
| HEX | #16cfdc |
| RGB | rgb(22, 207, 220) |
| HSL | hsl(184, 82%, 48%) |
| CMYK | cmyk(90%, 6%, 0%, 14%) |
| LAB | lab(76.0 -36.5 -18.3) |
| LCH | lch(76.0 40.8 206.6) |
| OKLCH | oklch(0.779 0.130 203.0) |
Copy-ready code
/* CSS */
color: #16cfdc;
background-color: #16cfdc;
/* Tailwind (arbitrary) */
class="text-[#16cfdc] bg-[#16cfdc]"
/* SCSS */
$brand: #16cfdc;
/* SwiftUI */
Color(red: 0.086, green: 0.812, blue: 0.863)
/* Android */
Color.parseColor("#16cfdc")Accessibility — WCAG contrast
Aa
#16cfdc on white: 1.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#16cfdc on black: 10.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red8.6%
Green81.2%
Blue86.3%
CMYK percentages
Cyan90.0%
Magenta5.9%
Yellow0.0%
Key (black)13.7%
Color previews
#16cfdc text on a black background
contrast 10.99:1
Card sample
#16cfdc text on a white background
contrast 1.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #16cfdc;
Background color
Panel with #16cfdc background
background-color: #16cfdc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #16cfdc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(22, 207, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(22, 207, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #16cfdc; background: linear-gradient(135deg, #16cfdc, #164BDC);