#70fceb
a light, electric cyan · cool · closest name: turquoise
RGB
112, 252, 235
HSL
173°, 96%, 71%
CMYK
56, 0, 7, 1
Luminance
0.7906
Every format
| HEX | #70fceb |
| RGB | rgb(112, 252, 235) |
| HSL | hsl(173, 96%, 71%) |
| CMYK | cmyk(56%, 0%, 7%, 1%) |
| LAB | lab(91.3 -42.0 -3.4) |
| LCH | lch(91.3 42.1 184.6) |
| OKLCH | oklch(0.909 0.124 184.5) |
Copy-ready code
/* CSS */
color: #70fceb;
background-color: #70fceb;
/* Tailwind (arbitrary) */
class="text-[#70fceb] bg-[#70fceb]"
/* SCSS */
$brand: #70fceb;
/* SwiftUI */
Color(red: 0.439, green: 0.988, blue: 0.922)
/* Android */
Color.parseColor("#70fceb")Accessibility — WCAG contrast
Aa
#70fceb on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#70fceb on black: 16.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.9%
Green98.8%
Blue92.2%
CMYK percentages
Cyan55.6%
Magenta0.0%
Yellow6.7%
Key (black)1.2%
Color previews
#70fceb text on a black background
contrast 16.81:1
Card sample
#70fceb text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #70fceb;
Background color
Panel with #70fceb background
background-color: #70fceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #70fceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(112, 252, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(112, 252, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #70fceb; background: linear-gradient(135deg, #70fceb, #70B0FC);