#70fdec
a light, electric cyan · cool · closest name: turquoise
RGB
112, 253, 236
HSL
173°, 97%, 72%
CMYK
56, 0, 7, 1
Luminance
0.7975
Every format
| HEX | #70fdec |
| RGB | rgb(112, 253, 236) |
| HSL | hsl(173, 97%, 72%) |
| CMYK | cmyk(56%, 0%, 7%, 1%) |
| LAB | lab(91.6 -42.2 -3.4) |
| LCH | lch(91.6 42.3 184.7) |
| OKLCH | oklch(0.912 0.125 184.5) |
Copy-ready code
/* CSS */
color: #70fdec;
background-color: #70fdec;
/* Tailwind (arbitrary) */
class="text-[#70fdec] bg-[#70fdec]"
/* SCSS */
$brand: #70fdec;
/* SwiftUI */
Color(red: 0.439, green: 0.992, blue: 0.925)
/* Android */
Color.parseColor("#70fdec")Accessibility — WCAG contrast
Aa
#70fdec on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#70fdec on black: 16.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.9%
Green99.2%
Blue92.5%
CMYK percentages
Cyan55.7%
Magenta0.0%
Yellow6.7%
Key (black)0.8%
Color previews
#70fdec text on a black background
contrast 16.95:1
Card sample
#70fdec text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #70fdec;
Background color
Panel with #70fdec background
background-color: #70fdec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #70fdec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(112, 253, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(112, 253, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #70fdec; background: linear-gradient(135deg, #70fdec, #70B0FD);