#00F0C5
A medium, vivid cyan closely aligning with Aquamarine.
About #00F0C5
The hex code #00F0C5 represents a beautifully specific shade of cyan. Its closest recognized web color is Aquamarine. To achieve this exact tint on a monitor, you would use an RGB mix of 0, 240, and 197.
Translating this color to physical media requires the CMYK color model. The color uses 100% Cyan, 0% Magenta, 18% Yellow, and 6% Black. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#00F0C5
RGB0, 240, 197
HSL169.2°, 100.0%, 47.1%
CMYK100%, 0%, 18%, 6%
HSV169.2°, 100.0%, 94.1%
LAB85.2, -57.6, 7.4
XYZ41.2, 66.4, 63.5
Decimal61637
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.47:1
Text on #FFFFFF
FAIL
14.27:1
Text on #000000
AAA
1.41:1
Text on #F8FAFC
FAIL
12.13:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #00F0C5;
}
.text-color {
color: #00F0C5;
}
.border-color {
border: 2px solid #00F0C5;
}