#79ecec
a light, electric cyan · cool · closest name: turquoise
RGB
121, 236, 236
HSL
180°, 75%, 70%
CMYK
49, 0, 0, 8
Luminance
0.7011
Every format
| HEX | #79ecec |
| RGB | rgb(121, 236, 236) |
| HSL | hsl(180, 75%, 70%) |
| CMYK | cmyk(49%, 0%, 0%, 8%) |
| LAB | lab(87.0 -32.6 -10.1) |
| LCH | lch(87.0 34.1 197.2) |
| OKLCH | oklch(0.876 0.105 195.4) |
Copy-ready code
/* CSS */
color: #79ecec;
background-color: #79ecec;
/* Tailwind (arbitrary) */
class="text-[#79ecec] bg-[#79ecec]"
/* SCSS */
$brand: #79ecec;
/* SwiftUI */
Color(red: 0.475, green: 0.925, blue: 0.925)
/* Android */
Color.parseColor("#79ecec")Accessibility — WCAG contrast
Aa
#79ecec on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#79ecec on black: 15.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.5%
Green92.5%
Blue92.5%
CMYK percentages
Cyan48.7%
Magenta0.0%
Yellow0.0%
Key (black)7.5%
Color previews
#79ecec text on a black background
contrast 15.02:1
Card sample
#79ecec text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #79ecec;
Background color
Panel with #79ecec background
background-color: #79ecec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #79ecec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(121, 236, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(121, 236, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #79ecec; background: linear-gradient(135deg, #79ecec, #799FEC);