#00FFDB
A medium, vivid cyan closely aligning with Aquamarine.
About #00FFDB
Visually, #00FFDB is defined as a vivid cyan. Designers often compare it to the standard color Aquamarine. To achieve this exact tint on a monitor, you would use an RGB mix of 0, 255, and 219.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 100% cyan, 0% magenta, 14% yellow, and 0% black. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#00FFDB
RGB0, 255, 219
HSL171.5°, 100.0%, 50.0%
CMYK100%, 0%, 14%, 0%
HSV171.5°, 100.0%, 100.0%
LAB90.2, -57.9, 3.1
XYZ48.5, 76.6, 79.3
Decimal65499
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.29:1
Text on #FFFFFF
FAIL
16.33:1
Text on #000000
AAA
1.23:1
Text on #F8FAFC
FAIL
13.88:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #00FFDB;
}
.text-color {
color: #00FFDB;
}
.border-color {
border: 2px solid #00FFDB;
}