#3ACCDB
A medium, moderate cyan closely aligning with Darkturquoise.
About #3ACCDB
Visually, #3ACCDB is defined as a moderate cyan. It is closely associated with the named CSS color Darkturquoise. In the RGB color space, it consists of 58 red, 204 green, and 219 blue.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 74% cyan, 7% magenta, 0% yellow, and 14% black. With a hue angle of 185.6 degrees, it sits comfortably in the cyan spectrum.
Contrast ratios determine whether this color is safe for typography. The calculated luminance score dictates that #000000 typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#3ACCDB
RGB58, 204, 219
HSL185.6°, 69.1%, 54.3%
CMYK74%, 7%, 0%, 14%
HSV185.6°, 73.5%, 85.9%
LAB75.6, -32.5, -18.4
XYZ36.1, 49.2, 74.6
Decimal3853531
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.94:1
Text on #FFFFFF
FAIL
10.84:1
Text on #000000
AAA
1.85:1
Text on #F8FAFC
FAIL
9.22:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #3ACCDB;
}
.text-color {
color: #3ACCDB;
}
.border-color {
border: 2px solid #3ACCDB;
}