#00B6C5
A dark, vivid cyan closely aligning with Darkturquoise.
About #00B6C5
Visually, #00B6C5 is defined as a vivid cyan. Its closest recognized web color is Darkturquoise. To achieve this exact tint on a monitor, you would use an RGB mix of 0, 182, and 197.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 100% C, 8% M, 0% Y, and 23% K. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#00B6C5
RGB0, 182, 197
HSL184.6°, 100.0%, 38.6%
CMYK100%, 8%, 0%, 23%
HSV184.6°, 100.0%, 77.3%
LAB67.6, -32.6, -18.5
XYZ26.8, 37.5, 58.6
Decimal46789
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.47:1
Text on #FFFFFF
FAIL
8.50:1
Text on #000000
AAA
2.36:1
Text on #F8FAFC
FAIL
7.22:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #00B6C5;
}
.text-color {
color: #00B6C5;
}
.border-color {
border: 2px solid #00B6C5;
}