Shades of Dark Turquoise #05DBCC
Tints of Dark Turquoise #05DBCC
RGB
CMYK
RGB Variations
Color information
#05DBCC (or 0x05DBCC) is known color: Dark Turquoise. HEX triplet: 05, DB and CC. RGB value is (5,219,204). Sum of RGB (Red+Green+Blue) = 5+219+204=428 (56% of max value = 765). Red value is 5 (2.34% from 255 or 1.17% from 428); Green value is 219 (85.94% from 255 or 51.17% from 428); Blue value is 204 (80.08% from 255 or 47.66% from 428); Max value from RGB is 219 - color contains mainly: green. Hex color #05DBCC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #05DBCC is #FA2433. Grayscale: #999999. Windows color (decimal): -16393268 or 13425413. OLE color: 13425413.
HSL color Cylindrical-coordinate representation of color #05DBCC: hue angle of 175.79º 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 #05DBCC is Cyan = 0.98, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 5 | 219 | 204 | - |
| CMYK | 0.98 | 0 | 0.07 | 0.14 |
| HSL | 175.79º | 0.96% | 0.44% | - |
| HSV(B) | 175.79º | 0.98% | 0.86% | - |
| XYZ | 36.29 | 55.05 | 65.84 | - |
| YUV | 153.3 | 156.6 | 22.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 219 | 204 | 0.98 | 0 | 0.07 | 0.14 | 175.79 | 0.96 | 0.44 |
| Hex | 5 | DB | CC | 62 | 0 | 7 | E | B0 | 60 | 2C |
| Octal | 5 | 333 | 314 | 142 | 0 | 7 | 16 | 260 | 140 | 54 |
| Binary | 101 | 11011011 | 11001100 | 1100010 | 0 | 111 | 1110 | 10110000 | 1100000 | 101100 |
Color Harmonies of #05DBCC
Complementary color
Monochromatic Colors of #05DBCC
Black with #05DBCC
Text Example
Text Example
White with #05DBCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05DBCC; }
p { color: rgb(5,219,204); }
H1.HeaderClassName
{
color: #05DBCC;
}
.AnyTagClassName
{
color: #05DBCC;
}
</style>
background-color css
<style>
a { background-color: #05DBCC; }
a { background-color: rgb(5,219,204); }
div.DivClassName
{
background-color: #05DBCC;
}
.BgClassName
{
background-color: #05DBCC;
}
</style>
border-color css
<style>
span { border-color: #05DBCC; }
span { border-color: rgb(5,219,204); }
td.TdClassName
{
border-color: #05DBCC;
}
.TagClassName
{
border-color: #05DBCC;
}
</style>