Shades of Dark Turquoise #05DBCD
Tints of Dark Turquoise #05DBCD
RGB
CMYK
RGB Variations
Color information
#05DBCD (or 0x05DBCD) is known color: Dark Turquoise. HEX triplet: 05, DB and CD. RGB value is (5,219,205). Sum of RGB (Red+Green+Blue) = 5+219+205=429 (56% of max value = 765). Red value is 5 (2.34% from 255 or 1.17% from 429); Green value is 219 (85.94% from 255 or 51.05% from 429); Blue value is 205 (80.47% from 255 or 47.79% from 429); Max value from RGB is 219 - color contains mainly: green. Hex color #05DBCD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #05DBCD is #FA2432. Grayscale: #999999. Windows color (decimal): -16393267 or 13490949. OLE color: 13490949.
HSL color Cylindrical-coordinate representation of color #05DBCD: hue angle of 176.07º 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 #05DBCD is Cyan = 0.98, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 5 | 219 | 205 | - |
| CMYK | 0.98 | 0 | 0.06 | 0.14 |
| HSL | 176.07º | 0.96% | 0.44% | - |
| HSV(B) | 176.07º | 0.98% | 0.86% | - |
| XYZ | 36.41 | 55.1 | 66.47 | - |
| YUV | 153.42 | 157.1 | 22.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 219 | 205 | 0.98 | 0 | 0.06 | 0.14 | 176.07 | 0.96 | 0.44 |
| Hex | 5 | DB | CD | 62 | 0 | 6 | E | B0 | 60 | 2C |
| Octal | 5 | 333 | 315 | 142 | 0 | 6 | 16 | 260 | 140 | 54 |
| Binary | 101 | 11011011 | 11001101 | 1100010 | 0 | 110 | 1110 | 10110000 | 1100000 | 101100 |
Color Harmonies of #05DBCD
Complementary color
Monochromatic Colors of #05DBCD
Black with #05DBCD
Text Example
Text Example
White with #05DBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05DBCD; }
p { color: rgb(5,219,205); }
H1.HeaderClassName
{
color: #05DBCD;
}
.AnyTagClassName
{
color: #05DBCD;
}
</style>
background-color css
<style>
a { background-color: #05DBCD; }
a { background-color: rgb(5,219,205); }
div.DivClassName
{
background-color: #05DBCD;
}
.BgClassName
{
background-color: #05DBCD;
}
</style>
border-color css
<style>
span { border-color: #05DBCD; }
span { border-color: rgb(5,219,205); }
td.TdClassName
{
border-color: #05DBCD;
}
.TagClassName
{
border-color: #05DBCD;
}
</style>