#00f0df
a balanced, electric cyan · cool · closest name: turquoise
RGB
0, 240, 223
HSL
176°, 100%, 47%
CMYK
100, 0, 7, 6
Luminance
0.6765
Every format
| HEX | #00f0df |
| RGB | rgb(0, 240, 223) |
| HSL | hsl(176, 100%, 47%) |
| CMYK | cmyk(100%, 0%, 7%, 6%) |
| LAB | lab(85.8 -50.7 -5.3) |
| LCH | lch(85.8 51.0 186.0) |
| OKLCH | oklch(0.859 0.151 185.8) |
Copy-ready code
/* CSS */
color: #00f0df;
background-color: #00f0df;
/* Tailwind (arbitrary) */
class="text-[#00f0df] bg-[#00f0df]"
/* SCSS */
$brand: #00f0df;
/* SwiftUI */
Color(red: 0.000, green: 0.941, blue: 0.875)
/* Android */
Color.parseColor("#00f0df")Accessibility — WCAG contrast
Aa
#00f0df on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#00f0df on black: 14.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green94.1%
Blue87.5%
CMYK percentages
Cyan100.0%
Magenta0.0%
Yellow7.1%
Key (black)5.9%
Color previews
#00f0df text on a black background
contrast 14.53:1
Card sample
#00f0df text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #00f0df;
Background color
Panel with #00f0df background
background-color: #00f0df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #00f0df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 240, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 240, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #00f0df; background: linear-gradient(135deg, #00f0df, #0061F0);