#71eedc
a light, electric cyan · cool · closest name: turquoise
RGB
113, 238, 220
HSL
171°, 79%, 69%
CMYK
53, 0, 8, 7
Luminance
0.6983
Every format
| HEX | #71eedc |
| RGB | rgb(113, 238, 220) |
| HSL | hsl(171, 79%, 69%) |
| CMYK | cmyk(53%, 0%, 8%, 7%) |
| LAB | lab(86.9 -39.1 -1.9) |
| LCH | lch(86.9 39.2 182.8) |
| OKLCH | oklch(0.873 0.115 182.9) |
Copy-ready code
/* CSS */
color: #71eedc;
background-color: #71eedc;
/* Tailwind (arbitrary) */
class="text-[#71eedc] bg-[#71eedc]"
/* SCSS */
$brand: #71eedc;
/* SwiftUI */
Color(red: 0.443, green: 0.933, blue: 0.863)
/* Android */
Color.parseColor("#71eedc")Accessibility — WCAG contrast
Aa
#71eedc on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#71eedc on black: 14.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.3%
Green93.3%
Blue86.3%
CMYK percentages
Cyan52.5%
Magenta0.0%
Yellow7.6%
Key (black)6.7%
Color previews
#71eedc text on a black background
contrast 14.97:1
Card sample
#71eedc text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #71eedc;
Background color
Panel with #71eedc background
background-color: #71eedc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #71eedc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(113, 238, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(113, 238, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #71eedc; background: linear-gradient(135deg, #71eedc, #71ADEE);