Shades of Dark Turquoise #04DECA
Tints of Dark Turquoise #04DECA
RGB
CMYK
RGB Variations
Color information
#04DECA (or 0x04DECA) is known color: Dark Turquoise. HEX triplet: 04, DE and CA. RGB value is (4,222,202). Sum of RGB (Red+Green+Blue) = 4+222+202=428 (56% of max value = 765). Red value is 4 (1.95% from 255 or 0.93% from 428); Green value is 222 (87.11% from 255 or 51.87% from 428); Blue value is 202 (79.30% from 255 or 47.20% from 428); Max value from RGB is 222 - color contains mainly: green. Hex color #04DECA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #04DECA is #FB2135. Grayscale: #9A9A9A. Windows color (decimal): -16458038 or 13295108. OLE color: 13295108.
HSL color Cylindrical-coordinate representation of color #04DECA: hue angle of 174.5º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04DECA is Cyan = 0.98, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 4 | 222 | 202 | - |
| CMYK | 0.98 | 0 | 0.09 | 0.13 |
| HSL | 174.5º | 0.96% | 0.44% | - |
| HSV(B) | 174.5º | 0.98% | 0.87% | - |
| XYZ | 36.83 | 56.53 | 64.85 | - |
| YUV | 154.54 | 154.78 | 20.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 222 | 202 | 0.98 | 0 | 0.09 | 0.13 | 174.5 | 0.96 | 0.44 |
| Hex | 4 | DE | CA | 62 | 0 | 9 | D | AE | 60 | 2C |
| Octal | 4 | 336 | 312 | 142 | 0 | 11 | 15 | 256 | 140 | 54 |
| Binary | 100 | 11011110 | 11001010 | 1100010 | 0 | 1001 | 1101 | 10101110 | 1100000 | 101100 |
Color Harmonies of #04DECA
Complementary color
Monochromatic Colors of #04DECA
Black with #04DECA
Text Example
Text Example
White with #04DECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04DECA; }
p { color: rgb(4,222,202); }
H1.HeaderClassName
{
color: #04DECA;
}
.AnyTagClassName
{
color: #04DECA;
}
</style>
background-color css
<style>
a { background-color: #04DECA; }
a { background-color: rgb(4,222,202); }
div.DivClassName
{
background-color: #04DECA;
}
.BgClassName
{
background-color: #04DECA;
}
</style>
border-color css
<style>
span { border-color: #04DECA; }
span { border-color: rgb(4,222,202); }
td.TdClassName
{
border-color: #04DECA;
}
.TagClassName
{
border-color: #04DECA;
}
</style>