#5eedeb
a balanced, electric cyan · cool · closest name: turquoise
RGB
94, 237, 235
HSL
179°, 80%, 65%
CMYK
60, 0, 1, 7
Luminance
0.6895
Every format
| HEX | #5eedeb |
| RGB | rgb(94, 237, 235) |
| HSL | hsl(179, 80%, 65%) |
| CMYK | cmyk(60%, 0%, 1%, 7%) |
| LAB | lab(86.5 -38.4 -10.5) |
| LCH | lch(86.5 39.8 195.3) |
| OKLCH | oklch(0.869 0.122 193.8) |
Copy-ready code
/* CSS */
color: #5eedeb;
background-color: #5eedeb;
/* Tailwind (arbitrary) */
class="text-[#5eedeb] bg-[#5eedeb]"
/* SCSS */
$brand: #5eedeb;
/* SwiftUI */
Color(red: 0.369, green: 0.929, blue: 0.922)
/* Android */
Color.parseColor("#5eedeb")Accessibility — WCAG contrast
Aa
#5eedeb on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5eedeb on black: 14.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.9%
Green92.9%
Blue92.2%
CMYK percentages
Cyan60.3%
Magenta0.0%
Yellow0.8%
Key (black)7.1%
Color previews
#5eedeb text on a black background
contrast 14.79:1
Card sample
#5eedeb text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5eedeb;
Background color
Panel with #5eedeb background
background-color: #5eedeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5eedeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(94, 237, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(94, 237, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5eedeb; background: linear-gradient(135deg, #5eedeb, #5E90ED);