Shades of Dark Turquoise #05CEE9
Tints of Dark Turquoise #05CEE9
RGB
CMYK
RGB Variations
Color information
#05CEE9 (or 0x05CEE9) is known color: Dark Turquoise. HEX triplet: 05, CE and E9. RGB value is (5,206,233). Sum of RGB (Red+Green+Blue) = 5+206+233=444 (58% of max value = 765). Red value is 5 (2.34% from 255 or 1.13% from 444); Green value is 206 (80.86% from 255 or 46.40% from 444); Blue value is 233 (91.41% from 255 or 52.48% from 444); Max value from RGB is 233 - color contains mainly: blue. Hex color #05CEE9 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #05CEE9 is #FA3116. Grayscale: #949494. Windows color (decimal): -16396567 or 15322629. OLE color: 15322629.
HSL color Cylindrical-coordinate representation of color #05CEE9: hue angle of 187.11º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05CEE9 is Cyan = 0.98, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 5 | 206 | 233 | - |
| CMYK | 0.98 | 0.12 | 0 | 0.09 |
| HSL | 187.11º | 0.96% | 0.47% | - |
| HSV(B) | 187.11º | 0.98% | 0.91% | - |
| XYZ | 36.84 | 50.06 | 84.81 | - |
| YUV | 148.98 | 175.41 | 25.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 206 | 233 | 0.98 | 0.12 | 0 | 0.09 | 187.11 | 0.96 | 0.47 |
| Hex | 5 | CE | E9 | 62 | C | 0 | 9 | BB | 60 | 2F |
| Octal | 5 | 316 | 351 | 142 | 14 | 0 | 11 | 273 | 140 | 57 |
| Binary | 101 | 11001110 | 11101001 | 1100010 | 1100 | 0 | 1001 | 10111011 | 1100000 | 101111 |
Color Harmonies of #05CEE9
Complementary color
Monochromatic Colors of #05CEE9
Black with #05CEE9
Text Example
Text Example
White with #05CEE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05CEE9; }
p { color: rgb(5,206,233); }
H1.HeaderClassName
{
color: #05CEE9;
}
.AnyTagClassName
{
color: #05CEE9;
}
</style>
background-color css
<style>
a { background-color: #05CEE9; }
a { background-color: rgb(5,206,233); }
div.DivClassName
{
background-color: #05CEE9;
}
.BgClassName
{
background-color: #05CEE9;
}
</style>
border-color css
<style>
span { border-color: #05CEE9; }
span { border-color: rgb(5,206,233); }
td.TdClassName
{
border-color: #05CEE9;
}
.TagClassName
{
border-color: #05CEE9;
}
</style>