Shades of Dark Turquoise #05C0DB
Tints of Dark Turquoise #05C0DB
RGB
CMYK
RGB Variations
Color information
#05C0DB (or 0x05C0DB) is known color: Dark Turquoise. HEX triplet: 05, C0 and DB. RGB value is (5,192,219). Sum of RGB (Red+Green+Blue) = 5+192+219=416 (55% of max value = 765). Red value is 5 (2.34% from 255 or 1.20% from 416); Green value is 192 (75.39% from 255 or 46.15% from 416); Blue value is 219 (85.94% from 255 or 52.64% from 416); Max value from RGB is 219 - color contains mainly: blue. Hex color #05C0DB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #05C0DB is #FA3F24. Grayscale: #8A8A8A. Windows color (decimal): -16400165 or 14401541. OLE color: 14401541.
HSL color Cylindrical-coordinate representation of color #05C0DB: hue angle of 187.57º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05C0DB is Cyan = 0.98, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 5 | 192 | 219 | - |
| CMYK | 0.98 | 0.12 | 0 | 0.14 |
| HSL | 187.57º | 0.96% | 0.44% | - |
| HSV(B) | 187.57º | 0.98% | 0.86% | - |
| XYZ | 31.7 | 42.85 | 73.62 | - |
| YUV | 139.17 | 173.05 | 32.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 192 | 219 | 0.98 | 0.12 | 0 | 0.14 | 187.57 | 0.96 | 0.44 |
| Hex | 5 | C0 | DB | 62 | C | 0 | E | BC | 60 | 2C |
| Octal | 5 | 300 | 333 | 142 | 14 | 0 | 16 | 274 | 140 | 54 |
| Binary | 101 | 11000000 | 11011011 | 1100010 | 1100 | 0 | 1110 | 10111100 | 1100000 | 101100 |
Color Harmonies of #05C0DB
Complementary color
Monochromatic Colors of #05C0DB
Black with #05C0DB
Text Example
Text Example
White with #05C0DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05C0DB; }
p { color: rgb(5,192,219); }
H1.HeaderClassName
{
color: #05C0DB;
}
.AnyTagClassName
{
color: #05C0DB;
}
</style>
background-color css
<style>
a { background-color: #05C0DB; }
a { background-color: rgb(5,192,219); }
div.DivClassName
{
background-color: #05C0DB;
}
.BgClassName
{
background-color: #05C0DB;
}
</style>
border-color css
<style>
span { border-color: #05C0DB; }
span { border-color: rgb(5,192,219); }
td.TdClassName
{
border-color: #05C0DB;
}
.TagClassName
{
border-color: #05C0DB;
}
</style>