#71edeb
a light, electric cyan · cool · closest name: turquoise
RGB
113, 237, 235
HSL
179°, 78%, 69%
CMYK
52, 0, 1, 7
Luminance
0.7008
Every format
| HEX | #71edeb |
| RGB | rgb(113, 237, 235) |
| HSL | hsl(179, 78%, 69%) |
| CMYK | cmyk(52%, 0%, 1%, 7%) |
| LAB | lab(87.0 -35.0 -9.6) |
| LCH | lch(87.0 36.3 195.4) |
| OKLCH | oklch(0.875 0.111 193.9) |
Copy-ready code
/* CSS */
color: #71edeb;
background-color: #71edeb;
/* Tailwind (arbitrary) */
class="text-[#71edeb] bg-[#71edeb]"
/* SCSS */
$brand: #71edeb;
/* SwiftUI */
Color(red: 0.443, green: 0.929, blue: 0.922)
/* Android */
Color.parseColor("#71edeb")Accessibility — WCAG contrast
Aa
#71edeb on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#71edeb on black: 15.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.3%
Green92.9%
Blue92.2%
CMYK percentages
Cyan52.3%
Magenta0.0%
Yellow0.8%
Key (black)7.1%
Color previews
#71edeb text on a black background
contrast 15.02:1
Card sample
#71edeb text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #71edeb;
Background color
Panel with #71edeb background
background-color: #71edeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #71edeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(113, 237, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(113, 237, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #71edeb; background: linear-gradient(135deg, #71edeb, #719CED);