#70cfcc
a balanced, vivid cyan · cool · closest name: turquoise
RGB
112, 207, 204
HSL
178°, 50%, 63%
CMYK
46, 0, 1, 19
Luminance
0.5243
Every format
| HEX | #70cfcc |
| RGB | rgb(112, 207, 204) |
| HSL | hsl(178, 50%, 63%) |
| CMYK | cmyk(46%, 0%, 1%, 19%) |
| LAB | lab(77.5 -28.8 -7.3) |
| LCH | lch(77.5 29.7 194.1) |
| OKLCH | oklch(0.796 0.090 192.8) |
Copy-ready code
/* CSS */
color: #70cfcc;
background-color: #70cfcc;
/* Tailwind (arbitrary) */
class="text-[#70cfcc] bg-[#70cfcc]"
/* SCSS */
$brand: #70cfcc;
/* SwiftUI */
Color(red: 0.439, green: 0.812, blue: 0.800)
/* Android */
Color.parseColor("#70cfcc")Accessibility — WCAG contrast
Aa
#70cfcc on white: 1.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#70cfcc on black: 11.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.9%
Green81.2%
Blue80.0%
CMYK percentages
Cyan45.9%
Magenta0.0%
Yellow1.4%
Key (black)18.8%
Color previews
#70cfcc text on a black background
contrast 11.49:1
Card sample
#70cfcc text on a white background
contrast 1.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #70cfcc;
Background color
Panel with #70cfcc background
background-color: #70cfcc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #70cfcc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(112, 207, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(112, 207, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #70cfcc; background: linear-gradient(135deg, #70cfcc, #7093CF);