Shades of Dark Turquoise #04D0E0
Tints of Dark Turquoise #04D0E0
RGB
CMYK
RGB Variations
Color information
#04D0E0 (or 0x04D0E0) is known color: Dark Turquoise. HEX triplet: 04, D0 and E0. RGB value is (4,208,224). Sum of RGB (Red+Green+Blue) = 4+208+224=436 (57% of max value = 765). Red value is 4 (1.95% from 255 or 0.92% from 436); Green value is 208 (81.64% from 255 or 47.71% from 436); Blue value is 224 (87.89% from 255 or 51.38% from 436); Max value from RGB is 224 - color contains mainly: blue. Hex color #04D0E0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #04D0E0 is #FB2F1F. Grayscale: #949494. Windows color (decimal): -16461600 or 14733316. OLE color: 14733316.
HSL color Cylindrical-coordinate representation of color #04D0E0: hue angle of 184.36º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04D0E0 is Cyan = 0.98, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 4 | 208 | 224 | - |
| CMYK | 0.98 | 0.07 | 0 | 0.12 |
| HSL | 184.36º | 0.96% | 0.45% | - |
| HSV(B) | 184.36º | 0.98% | 0.88% | - |
| XYZ | 36.06 | 50.52 | 78.37 | - |
| YUV | 148.83 | 170.41 | 24.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 208 | 224 | 0.98 | 0.07 | 0 | 0.12 | 184.36 | 0.96 | 0.45 |
| Hex | 4 | D0 | E0 | 62 | 7 | 0 | C | B8 | 60 | 2D |
| Octal | 4 | 320 | 340 | 142 | 7 | 0 | 14 | 270 | 140 | 55 |
| Binary | 100 | 11010000 | 11100000 | 1100010 | 111 | 0 | 1100 | 10111000 | 1100000 | 101101 |
Color Harmonies of #04D0E0
Complementary color
Monochromatic Colors of #04D0E0
Black with #04D0E0
Text Example
Text Example
White with #04D0E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04D0E0; }
p { color: rgb(4,208,224); }
H1.HeaderClassName
{
color: #04D0E0;
}
.AnyTagClassName
{
color: #04D0E0;
}
</style>
background-color css
<style>
a { background-color: #04D0E0; }
a { background-color: rgb(4,208,224); }
div.DivClassName
{
background-color: #04D0E0;
}
.BgClassName
{
background-color: #04D0E0;
}
</style>
border-color css
<style>
span { border-color: #04D0E0; }
span { border-color: rgb(4,208,224); }
td.TdClassName
{
border-color: #04D0E0;
}
.TagClassName
{
border-color: #04D0E0;
}
</style>