Shades of Dark Turquoise #05C0D8
Tints of Dark Turquoise #05C0D8
RGB
CMYK
RGB Variations
Color information
#05C0D8 (or 0x05C0D8) is known color: Dark Turquoise. HEX triplet: 05, C0 and D8. RGB value is (5,192,216). Sum of RGB (Red+Green+Blue) = 5+192+216=413 (54% of max value = 765). Red value is 5 (2.34% from 255 or 1.21% from 413); Green value is 192 (75.39% from 255 or 46.49% from 413); Blue value is 216 (84.77% from 255 or 52.30% from 413); Max value from RGB is 216 - color contains mainly: blue. Hex color #05C0D8 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #05C0D8 is #FA3F27. Grayscale: #8A8A8A. Windows color (decimal): -16400168 or 14204933. OLE color: 14204933.
HSL color Cylindrical-coordinate representation of color #05C0D8: hue angle of 186.82º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05C0D8 is Cyan = 0.98, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 5 | 192 | 216 | - |
| CMYK | 0.98 | 0.11 | 0 | 0.15 |
| HSL | 186.82º | 0.95% | 0.43% | - |
| HSV(B) | 186.82º | 0.98% | 0.85% | - |
| XYZ | 31.31 | 42.69 | 71.56 | - |
| YUV | 138.82 | 171.55 | 32.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 192 | 216 | 0.98 | 0.11 | 0 | 0.15 | 186.82 | 0.95 | 0.43 |
| Hex | 5 | C0 | D8 | 62 | B | 0 | F | BB | 5F | 2B |
| Octal | 5 | 300 | 330 | 142 | 13 | 0 | 17 | 273 | 137 | 53 |
| Binary | 101 | 11000000 | 11011000 | 1100010 | 1011 | 0 | 1111 | 10111011 | 1011111 | 101011 |
Color Harmonies of #05C0D8
Complementary color
Monochromatic Colors of #05C0D8
Black with #05C0D8
Text Example
Text Example
White with #05C0D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05C0D8; }
p { color: rgb(5,192,216); }
H1.HeaderClassName
{
color: #05C0D8;
}
.AnyTagClassName
{
color: #05C0D8;
}
</style>
background-color css
<style>
a { background-color: #05C0D8; }
a { background-color: rgb(5,192,216); }
div.DivClassName
{
background-color: #05C0D8;
}
.BgClassName
{
background-color: #05C0D8;
}
</style>
border-color css
<style>
span { border-color: #05C0D8; }
span { border-color: rgb(5,192,216); }
td.TdClassName
{
border-color: #05C0D8;
}
.TagClassName
{
border-color: #05C0D8;
}
</style>