Shades of Dark Turquoise #05C0DE
Tints of Dark Turquoise #05C0DE
RGB
CMYK
RGB Variations
Color information
#05C0DE (or 0x05C0DE) is known color: Dark Turquoise. HEX triplet: 05, C0 and DE. RGB value is (5,192,222). Sum of RGB (Red+Green+Blue) = 5+192+222=419 (55% of max value = 765). Red value is 5 (2.34% from 255 or 1.19% from 419); Green value is 192 (75.39% from 255 or 45.82% from 419); Blue value is 222 (87.11% from 255 or 52.98% from 419); Max value from RGB is 222 - color contains mainly: blue. Hex color #05C0DE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #05C0DE is #FA3F21. Grayscale: #8B8B8B. Windows color (decimal): -16400162 or 14598149. OLE color: 14598149.
HSL color Cylindrical-coordinate representation of color #05C0DE: hue angle of 188.29º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05C0DE is Cyan = 0.98, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 5 | 192 | 222 | - |
| CMYK | 0.98 | 0.14 | 0 | 0.13 |
| HSL | 188.29º | 0.96% | 0.45% | - |
| HSV(B) | 188.29º | 0.98% | 0.87% | - |
| XYZ | 32.1 | 43.01 | 75.72 | - |
| YUV | 139.51 | 174.55 | 32.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 192 | 222 | 0.98 | 0.14 | 0 | 0.13 | 188.29 | 0.96 | 0.45 |
| Hex | 5 | C0 | DE | 62 | E | 0 | D | BC | 60 | 2D |
| Octal | 5 | 300 | 336 | 142 | 16 | 0 | 15 | 274 | 140 | 55 |
| Binary | 101 | 11000000 | 11011110 | 1100010 | 1110 | 0 | 1101 | 10111100 | 1100000 | 101101 |
Color Harmonies of #05C0DE
Complementary color
Monochromatic Colors of #05C0DE
Black with #05C0DE
Text Example
Text Example
White with #05C0DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05C0DE; }
p { color: rgb(5,192,222); }
H1.HeaderClassName
{
color: #05C0DE;
}
.AnyTagClassName
{
color: #05C0DE;
}
</style>
background-color css
<style>
a { background-color: #05C0DE; }
a { background-color: rgb(5,192,222); }
div.DivClassName
{
background-color: #05C0DE;
}
.BgClassName
{
background-color: #05C0DE;
}
</style>
border-color css
<style>
span { border-color: #05C0DE; }
span { border-color: rgb(5,192,222); }
td.TdClassName
{
border-color: #05C0DE;
}
.TagClassName
{
border-color: #05C0DE;
}
</style>