#16cfbc
a dark, electric cyan · cool · closest name: turquoise
RGB
22, 207, 188
HSL
174°, 81%, 45%
CMYK
89, 0, 9, 19
Luminance
0.4843
Every format
| HEX | #16cfbc |
| RGB | rgb(22, 207, 188) |
| HSL | hsl(174, 81%, 45%) |
| CMYK | cmyk(89%, 0%, 9%, 19%) |
| LAB | lab(75.1 -45.8 -2.5) |
| LCH | lch(75.1 45.9 183.1) |
| OKLCH | oklch(0.769 0.134 183.2) |
Copy-ready code
/* CSS */
color: #16cfbc;
background-color: #16cfbc;
/* Tailwind (arbitrary) */
class="text-[#16cfbc] bg-[#16cfbc]"
/* SCSS */
$brand: #16cfbc;
/* SwiftUI */
Color(red: 0.086, green: 0.812, blue: 0.737)
/* Android */
Color.parseColor("#16cfbc")Accessibility — WCAG contrast
Aa
#16cfbc on white: 1.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#16cfbc on black: 10.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red8.6%
Green81.2%
Blue73.7%
CMYK percentages
Cyan89.4%
Magenta0.0%
Yellow9.2%
Key (black)18.8%
Color previews
#16cfbc text on a black background
contrast 10.69:1
Card sample
#16cfbc text on a white background
contrast 1.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #16cfbc;
Background color
Panel with #16cfbc background
background-color: #16cfbc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #16cfbc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(22, 207, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(22, 207, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #16cfbc; background: linear-gradient(135deg, #16cfbc, #1667CF);