#07AFC5
A medium, vivid cyan closely aligning with Darkturquoise.
About #07AFC5
The hex code #07AFC5 represents a beautifully specific shade of cyan. It is closely associated with the named CSS color Darkturquoise. This translates to an RGB value of rgb(7, 175, 197).
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 96% C, 11% 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. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#07AFC5
RGB7, 175, 197
HSL186.9°, 93.1%, 40.0%
CMYK96%, 11%, 0%, 23%
HSV186.9°, 96.4%, 77.3%
LAB65.5, -29.0, -21.7
XYZ25.5, 34.7, 58.2
Decimal503749
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.64:1
Text on #FFFFFF
FAIL
7.95:1
Text on #000000
AAA
2.53:1
Text on #F8FAFC
FAIL
6.76:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #07AFC5;
}
.text-color {
color: #07AFC5;
}
.border-color {
border: 2px solid #07AFC5;
}