#00bfbf
a dark, electric cyan · cool · closest name: turquoise
RGB
0, 191, 191
HSL
180°, 100%, 38%
CMYK
100, 0, 0, 25
Luminance
0.4102
Every format
| HEX | #00bfbf |
| RGB | rgb(0, 191, 191) |
| HSL | hsl(180, 100%, 38%) |
| CMYK | cmyk(100%, 0%, 0%, 25%) |
| LAB | lab(70.2 -38.7 -11.4) |
| LCH | lch(70.2 40.3 196.4) |
| OKLCH | oklch(0.729 0.124 194.8) |
Copy-ready code
/* CSS */
color: #00bfbf;
background-color: #00bfbf;
/* Tailwind (arbitrary) */
class="text-[#00bfbf] bg-[#00bfbf]"
/* SCSS */
$brand: #00bfbf;
/* SwiftUI */
Color(red: 0.000, green: 0.749, blue: 0.749)
/* Android */
Color.parseColor("#00bfbf")Accessibility — WCAG contrast
Aa
#00bfbf on white: 2.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#00bfbf on black: 9.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green74.9%
Blue74.9%
CMYK percentages
Cyan100.0%
Magenta0.0%
Yellow0.0%
Key (black)25.1%
Color previews
#00bfbf text on a black background
contrast 9.20:1
Card sample
#00bfbf text on a white background
contrast 2.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #00bfbf;
Background color
Panel with #00bfbf background
background-color: #00bfbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #00bfbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 191, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 191, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #00bfbf; background: linear-gradient(135deg, #00bfbf, #0040BF);