#64ecec
a light, electric cyan · cool · closest name: turquoise
RGB
100, 236, 236
HSL
180°, 78%, 66%
CMYK
58, 0, 0, 8
Luminance
0.6876
Every format
| HEX | #64ecec |
| RGB | rgb(100, 236, 236) |
| HSL | hsl(180, 78%, 66%) |
| CMYK | cmyk(58%, 0%, 0%, 8%) |
| LAB | lab(86.4 -36.6 -11.2) |
| LCH | lch(86.4 38.3 196.9) |
| OKLCH | oklch(0.869 0.118 195.2) |
Copy-ready code
/* CSS */
color: #64ecec;
background-color: #64ecec;
/* Tailwind (arbitrary) */
class="text-[#64ecec] bg-[#64ecec]"
/* SCSS */
$brand: #64ecec;
/* SwiftUI */
Color(red: 0.392, green: 0.925, blue: 0.925)
/* Android */
Color.parseColor("#64ecec")Accessibility — WCAG contrast
Aa
#64ecec on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#64ecec on black: 14.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red39.2%
Green92.5%
Blue92.5%
CMYK percentages
Cyan57.6%
Magenta0.0%
Yellow0.0%
Key (black)7.5%
Color previews
#64ecec text on a black background
contrast 14.75:1
Card sample
#64ecec text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #64ecec;
Background color
Panel with #64ecec background
background-color: #64ecec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #64ecec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(100, 236, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(100, 236, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #64ecec; background: linear-gradient(135deg, #64ecec, #6491EC);