Shades of Dark Turquoise #04CCE8
Tints of Dark Turquoise #04CCE8
RGB
CMYK
RGB Variations
Color information
#04CCE8 (or 0x04CCE8) is known color: Dark Turquoise. HEX triplet: 04, CC and E8. RGB value is (4,204,232). Sum of RGB (Red+Green+Blue) = 4+204+232=440 (58% of max value = 765). Red value is 4 (1.95% from 255 or 0.91% from 440); Green value is 204 (80.08% from 255 or 46.36% from 440); Blue value is 232 (91.02% from 255 or 52.73% from 440); Max value from RGB is 232 - color contains mainly: blue. Hex color #04CCE8 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #04CCE8 is #FB3317. Grayscale: #939393. Windows color (decimal): -16462616 or 15256580. OLE color: 15256580.
HSL color Cylindrical-coordinate representation of color #04CCE8: hue angle of 187.37º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04CCE8 is Cyan = 0.98, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 4 | 204 | 232 | - |
| CMYK | 0.98 | 0.12 | 0 | 0.09 |
| HSL | 187.37º | 0.97% | 0.46% | - |
| HSV(B) | 187.37º | 0.98% | 0.91% | - |
| XYZ | 36.21 | 49.04 | 83.9 | - |
| YUV | 147.39 | 175.74 | 25.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 204 | 232 | 0.98 | 0.12 | 0 | 0.09 | 187.37 | 0.97 | 0.46 |
| Hex | 4 | CC | E8 | 62 | C | 0 | 9 | BB | 61 | 2E |
| Octal | 4 | 314 | 350 | 142 | 14 | 0 | 11 | 273 | 141 | 56 |
| Binary | 100 | 11001100 | 11101000 | 1100010 | 1100 | 0 | 1001 | 10111011 | 1100001 | 101110 |
Color Harmonies of #04CCE8
Complementary color
Monochromatic Colors of #04CCE8
Black with #04CCE8
Text Example
Text Example
White with #04CCE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04CCE8; }
p { color: rgb(4,204,232); }
H1.HeaderClassName
{
color: #04CCE8;
}
.AnyTagClassName
{
color: #04CCE8;
}
</style>
background-color css
<style>
a { background-color: #04CCE8; }
a { background-color: rgb(4,204,232); }
div.DivClassName
{
background-color: #04CCE8;
}
.BgClassName
{
background-color: #04CCE8;
}
</style>
border-color css
<style>
span { border-color: #04CCE8; }
span { border-color: rgb(4,204,232); }
td.TdClassName
{
border-color: #04CCE8;
}
.TagClassName
{
border-color: #04CCE8;
}
</style>