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