#11dfbc
a balanced, electric cyan · cool · closest name: turquoise
RGB
17, 223, 188
HSL
170°, 86%, 47%
CMYK
92, 0, 16, 13
Luminance
0.5653
Every format
| HEX | #11dfbc |
| RGB | rgb(17, 223, 188) |
| HSL | hsl(170, 86%, 47%) |
| CMYK | cmyk(92%, 0%, 16%, 13%) |
| LAB | lab(79.9 -52.7 4.5) |
| LCH | lch(79.9 52.9 175.1) |
| OKLCH | oklch(0.808 0.150 175.7) |
Copy-ready code
/* CSS */
color: #11dfbc;
background-color: #11dfbc;
/* Tailwind (arbitrary) */
class="text-[#11dfbc] bg-[#11dfbc]"
/* SCSS */
$brand: #11dfbc;
/* SwiftUI */
Color(red: 0.067, green: 0.875, blue: 0.737)
/* Android */
Color.parseColor("#11dfbc")Accessibility — WCAG contrast
Aa
#11dfbc on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#11dfbc on black: 12.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.7%
Green87.5%
Blue73.7%
CMYK percentages
Cyan92.4%
Magenta0.0%
Yellow15.7%
Key (black)12.5%
Color previews
#11dfbc text on a black background
contrast 12.31:1
Card sample
#11dfbc text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #11dfbc;
Background color
Panel with #11dfbc background
background-color: #11dfbc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #11dfbc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(17, 223, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(17, 223, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #11dfbc; background: linear-gradient(135deg, #11dfbc, #1179DF);