Shades of Dark Turquoise #04CADC
Tints of Dark Turquoise #04CADC
RGB
CMYK
RGB Variations
Color information
#04CADC (or 0x04CADC) is known color: Dark Turquoise. HEX triplet: 04, CA and DC. RGB value is (4,202,220). Sum of RGB (Red+Green+Blue) = 4+202+220=426 (56% of max value = 765). Red value is 4 (1.95% from 255 or 0.94% from 426); Green value is 202 (79.30% from 255 or 47.42% from 426); Blue value is 220 (86.33% from 255 or 51.64% from 426); Max value from RGB is 220 - color contains mainly: blue. Hex color #04CADC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #04CADC is #FB3523. Grayscale: #909090. Windows color (decimal): -16463140 or 14469636. OLE color: 14469636.
HSL color Cylindrical-coordinate representation of color #04CADC: hue angle of 185º 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 #04CADC is Cyan = 0.98, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 4 | 202 | 220 | - |
| CMYK | 0.98 | 0.08 | 0 | 0.14 |
| HSL | 185º | 0.96% | 0.44% | - |
| HSV(B) | 185º | 0.98% | 0.86% | - |
| XYZ | 34.09 | 47.43 | 75.07 | - |
| YUV | 144.85 | 170.4 | 27.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 202 | 220 | 0.98 | 0.08 | 0 | 0.14 | 185 | 0.96 | 0.44 |
| Hex | 4 | CA | DC | 62 | 8 | 0 | E | B9 | 60 | 2C |
| Octal | 4 | 312 | 334 | 142 | 10 | 0 | 16 | 271 | 140 | 54 |
| Binary | 100 | 11001010 | 11011100 | 1100010 | 1000 | 0 | 1110 | 10111001 | 1100000 | 101100 |
Color Harmonies of #04CADC
Complementary color
Monochromatic Colors of #04CADC
Black with #04CADC
Text Example
Text Example
White with #04CADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04CADC; }
p { color: rgb(4,202,220); }
H1.HeaderClassName
{
color: #04CADC;
}
.AnyTagClassName
{
color: #04CADC;
}
</style>
background-color css
<style>
a { background-color: #04CADC; }
a { background-color: rgb(4,202,220); }
div.DivClassName
{
background-color: #04CADC;
}
.BgClassName
{
background-color: #04CADC;
}
</style>
border-color css
<style>
span { border-color: #04CADC; }
span { border-color: rgb(4,202,220); }
td.TdClassName
{
border-color: #04CADC;
}
.TagClassName
{
border-color: #04CADC;
}
</style>