Shades of Dark Turquoise #05CEE8
Tints of Dark Turquoise #05CEE8
RGB
CMYK
RGB Variations
Color information
#05CEE8 (or 0x05CEE8) is known color: Dark Turquoise. HEX triplet: 05, CE and E8. RGB value is (5,206,232). Sum of RGB (Red+Green+Blue) = 5+206+232=443 (58% of max value = 765). Red value is 5 (2.34% from 255 or 1.13% from 443); Green value is 206 (80.86% from 255 or 46.50% from 443); Blue value is 232 (91.02% from 255 or 52.37% from 443); Max value from RGB is 232 - color contains mainly: blue. Hex color #05CEE8 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #05CEE8 is #FA3117. Grayscale: #949494. Windows color (decimal): -16396568 or 15257093. OLE color: 15257093.
HSL color Cylindrical-coordinate representation of color #05CEE8: hue angle of 186.87º 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 #05CEE8 is Cyan = 0.98, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 5 | 206 | 232 | - |
| CMYK | 0.98 | 0.11 | 0 | 0.09 |
| HSL | 186.87º | 0.96% | 0.46% | - |
| HSV(B) | 186.87º | 0.98% | 0.91% | - |
| XYZ | 36.7 | 50 | 84.06 | - |
| YUV | 148.87 | 174.91 | 25.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 206 | 232 | 0.98 | 0.11 | 0 | 0.09 | 186.87 | 0.96 | 0.46 |
| Hex | 5 | CE | E8 | 62 | B | 0 | 9 | BB | 60 | 2E |
| Octal | 5 | 316 | 350 | 142 | 13 | 0 | 11 | 273 | 140 | 56 |
| Binary | 101 | 11001110 | 11101000 | 1100010 | 1011 | 0 | 1001 | 10111011 | 1100000 | 101110 |
Color Harmonies of #05CEE8
Complementary color
Monochromatic Colors of #05CEE8
Black with #05CEE8
Text Example
Text Example
White with #05CEE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05CEE8; }
p { color: rgb(5,206,232); }
H1.HeaderClassName
{
color: #05CEE8;
}
.AnyTagClassName
{
color: #05CEE8;
}
</style>
background-color css
<style>
a { background-color: #05CEE8; }
a { background-color: rgb(5,206,232); }
div.DivClassName
{
background-color: #05CEE8;
}
.BgClassName
{
background-color: #05CEE8;
}
</style>
border-color css
<style>
span { border-color: #05CEE8; }
span { border-color: rgb(5,206,232); }
td.TdClassName
{
border-color: #05CEE8;
}
.TagClassName
{
border-color: #05CEE8;
}
</style>