#00BDD3
A medium, vivid cyan closely aligning with Darkturquoise.
About #00BDD3
Visually, #00BDD3 is defined as a vivid cyan. Its closest recognized web color is Darkturquoise. This translates to an RGB value of rgb(0, 189, 211).
If you are designing for print, the four-color process is what matters most. The color uses 100% Cyan, 10% Magenta, 0% Yellow, and 17% Black. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. Because it is a medium color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#00BDD3
RGB0, 189, 211
HSL186.3°, 100.0%, 41.4%
CMYK100%, 10%, 0%, 17%
HSV186.3°, 100.0%, 82.7%
LAB70.2, -31.5, -22.2
XYZ30.0, 41.1, 68.0
Decimal48595
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.28:1
Text on #FFFFFF
FAIL
9.22:1
Text on #000000
AAA
2.18:1
Text on #F8FAFC
FAIL
7.84:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #00BDD3;
}
.text-color {
color: #00BDD3;
}
.border-color {
border: 2px solid #00BDD3;
}