Shades of Dark Turquoise #05CCE8
Tints of Dark Turquoise #05CCE8
RGB
CMYK
RGB Variations
Color information
#05CCE8 (or 0x05CCE8) is known color: Dark Turquoise. HEX triplet: 05, CC and E8. RGB value is (5,204,232). Sum of RGB (Red+Green+Blue) = 5+204+232=441 (58% of max value = 765). Red value is 5 (2.34% from 255 or 1.13% from 441); Green value is 204 (80.08% from 255 or 46.26% from 441); Blue value is 232 (91.02% from 255 or 52.61% from 441); Max value from RGB is 232 - color contains mainly: blue. Hex color #05CCE8 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #05CCE8 is #FA3317. Grayscale: #939393. Windows color (decimal): -16397080 or 15256581. OLE color: 15256581.
HSL color Cylindrical-coordinate representation of color #05CCE8: hue angle of 187.4º degrees, saturation: 0.96, 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 #05CCE8 is Cyan = 0.98, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 5 | 204 | 232 | - |
| CMYK | 0.98 | 0.12 | 0 | 0.09 |
| HSL | 187.4º | 0.96% | 0.46% | - |
| HSV(B) | 187.4º | 0.98% | 0.91% | - |
| XYZ | 36.22 | 49.04 | 83.9 | - |
| YUV | 147.69 | 175.57 | 26.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 204 | 232 | 0.98 | 0.12 | 0 | 0.09 | 187.4 | 0.96 | 0.46 |
| Hex | 5 | CC | E8 | 62 | C | 0 | 9 | BB | 60 | 2E |
| Octal | 5 | 314 | 350 | 142 | 14 | 0 | 11 | 273 | 140 | 56 |
| Binary | 101 | 11001100 | 11101000 | 1100010 | 1100 | 0 | 1001 | 10111011 | 1100000 | 101110 |
Color Harmonies of #05CCE8
Complementary color
Monochromatic Colors of #05CCE8
Black with #05CCE8
Text Example
Text Example
White with #05CCE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05CCE8; }
p { color: rgb(5,204,232); }
H1.HeaderClassName
{
color: #05CCE8;
}
.AnyTagClassName
{
color: #05CCE8;
}
</style>
background-color css
<style>
a { background-color: #05CCE8; }
a { background-color: rgb(5,204,232); }
div.DivClassName
{
background-color: #05CCE8;
}
.BgClassName
{
background-color: #05CCE8;
}
</style>
border-color css
<style>
span { border-color: #05CCE8; }
span { border-color: rgb(5,204,232); }
td.TdClassName
{
border-color: #05CCE8;
}
.TagClassName
{
border-color: #05CCE8;
}
</style>