#07BDC5
A medium, vivid cyan closely aligning with Darkturquoise.
About #07BDC5
At its core, #07BDC5 is a medium and vivid hue. Its closest recognized web color is Darkturquoise. This translates to an RGB value of rgb(7, 189, 197).
For print applications, it's crucial to understand its CMYK makeup. The color uses 96% Cyan, 4% Magenta, 0% Yellow, and 23% Black. Always request a physical proof before doing a large print run with this exact code.
Ensuring your text is legible against this background is a key part of web design. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#07BDC5
RGB7, 189, 197
HSL182.5°, 93.1%, 40.0%
CMYK96%, 4%, 0%, 23%
HSV182.5°, 96.4%, 77.3%
LAB69.8, -35.7, -15.2
XYZ28.4, 40.5, 59.1
Decimal507333
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.31:1
Text on #FFFFFF
FAIL
9.09:1
Text on #000000
AAA
2.21:1
Text on #F8FAFC
FAIL
7.73:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #07BDC5;
}
.text-color {
color: #07BDC5;
}
.border-color {
border: 2px solid #07BDC5;
}