Shades of Dark Turquoise #04CEDE
Tints of Dark Turquoise #04CEDE
RGB
CMYK
RGB Variations
Color information
#04CEDE (or 0x04CEDE) is known color: Dark Turquoise. HEX triplet: 04, CE and DE. RGB value is (4,206,222). Sum of RGB (Red+Green+Blue) = 4+206+222=432 (57% of max value = 765). Red value is 4 (1.95% from 255 or 0.93% from 432); Green value is 206 (80.86% from 255 or 47.69% from 432); Blue value is 222 (87.11% from 255 or 51.39% from 432); Max value from RGB is 222 - color contains mainly: blue. Hex color #04CEDE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #04CEDE is #FB3121. Grayscale: #939393. Windows color (decimal): -16462114 or 14601732. OLE color: 14601732.
HSL color Cylindrical-coordinate representation of color #04CEDE: hue angle of 184.4º 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 #04CEDE is Cyan = 0.98, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 4 | 206 | 222 | - |
| CMYK | 0.98 | 0.07 | 0 | 0.13 |
| HSL | 184.4º | 0.96% | 0.44% | - |
| HSV(B) | 184.4º | 0.98% | 0.87% | - |
| XYZ | 35.31 | 49.44 | 76.79 | - |
| YUV | 147.43 | 170.08 | 25.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 206 | 222 | 0.98 | 0.07 | 0 | 0.13 | 184.4 | 0.96 | 0.44 |
| Hex | 4 | CE | DE | 62 | 7 | 0 | D | B8 | 60 | 2C |
| Octal | 4 | 316 | 336 | 142 | 7 | 0 | 15 | 270 | 140 | 54 |
| Binary | 100 | 11001110 | 11011110 | 1100010 | 111 | 0 | 1101 | 10111000 | 1100000 | 101100 |
Color Harmonies of #04CEDE
Complementary color
Monochromatic Colors of #04CEDE
Black with #04CEDE
Text Example
Text Example
White with #04CEDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04CEDE; }
p { color: rgb(4,206,222); }
H1.HeaderClassName
{
color: #04CEDE;
}
.AnyTagClassName
{
color: #04CEDE;
}
</style>
background-color css
<style>
a { background-color: #04CEDE; }
a { background-color: rgb(4,206,222); }
div.DivClassName
{
background-color: #04CEDE;
}
.BgClassName
{
background-color: #04CEDE;
}
</style>
border-color css
<style>
span { border-color: #04CEDE; }
span { border-color: rgb(4,206,222); }
td.TdClassName
{
border-color: #04CEDE;
}
.TagClassName
{
border-color: #04CEDE;
}
</style>