#07C5C5
A medium, vivid cyan closely aligning with Darkturquoise.
About #07C5C5
Visually, #07C5C5 is defined as a vivid cyan. Its closest recognized web color is Darkturquoise. This translates to an RGB value of rgb(7, 197, 197).
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 96% Cyan, 0% Magenta, 0% Yellow, and 23% Black. With a hue angle of 180.0 degrees, it sits comfortably in the cyan spectrum.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#07C5C5
RGB7, 197, 197
HSL180.0°, 93.1%, 40.0%
CMYK96%, 0%, 0%, 23%
HSV180.0°, 96.4%, 77.3%
LAB72.2, -39.4, -11.6
XYZ30.1, 44.0, 59.7
Decimal509381
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.14:1
Text on #FFFFFF
FAIL
9.80:1
Text on #000000
AAA
2.05:1
Text on #F8FAFC
FAIL
8.33:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #07C5C5;
}
.text-color {
color: #07C5C5;
}
.border-color {
border: 2px solid #07C5C5;
}