Shades of Dark Turquoise #04CADB
Tints of Dark Turquoise #04CADB
RGB
CMYK
RGB Variations
Color information
#04CADB (or 0x04CADB) is known color: Dark Turquoise. HEX triplet: 04, CA and DB. RGB value is (4,202,219). Sum of RGB (Red+Green+Blue) = 4+202+219=425 (56% of max value = 765). Red value is 4 (1.95% from 255 or 0.94% from 425); Green value is 202 (79.30% from 255 or 47.53% from 425); Blue value is 219 (85.94% from 255 or 51.53% from 425); Max value from RGB is 219 - color contains mainly: blue. Hex color #04CADB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #04CADB is #FB3524. Grayscale: #909090. Windows color (decimal): -16463141 or 14404100. OLE color: 14404100.
HSL color Cylindrical-coordinate representation of color #04CADB: hue angle of 184.74º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04CADB is Cyan = 0.98, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 4 | 202 | 219 | - |
| CMYK | 0.98 | 0.08 | 0 | 0.14 |
| HSL | 184.74º | 0.96% | 0.44% | - |
| HSV(B) | 184.74º | 0.98% | 0.86% | - |
| XYZ | 33.96 | 47.38 | 74.37 | - |
| YUV | 144.74 | 169.9 | 27.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 202 | 219 | 0.98 | 0.08 | 0 | 0.14 | 184.74 | 0.96 | 0.44 |
| Hex | 4 | CA | DB | 62 | 8 | 0 | E | B9 | 60 | 2C |
| Octal | 4 | 312 | 333 | 142 | 10 | 0 | 16 | 271 | 140 | 54 |
| Binary | 100 | 11001010 | 11011011 | 1100010 | 1000 | 0 | 1110 | 10111001 | 1100000 | 101100 |
Color Harmonies of #04CADB
Complementary color
Monochromatic Colors of #04CADB
Black with #04CADB
Text Example
Text Example
White with #04CADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04CADB; }
p { color: rgb(4,202,219); }
H1.HeaderClassName
{
color: #04CADB;
}
.AnyTagClassName
{
color: #04CADB;
}
</style>
background-color css
<style>
a { background-color: #04CADB; }
a { background-color: rgb(4,202,219); }
div.DivClassName
{
background-color: #04CADB;
}
.BgClassName
{
background-color: #04CADB;
}
</style>
border-color css
<style>
span { border-color: #04CADB; }
span { border-color: rgb(4,202,219); }
td.TdClassName
{
border-color: #04CADB;
}
.TagClassName
{
border-color: #04CADB;
}
</style>