Shades of Dark Turquoise #05DECC
Tints of Dark Turquoise #05DECC
RGB
CMYK
RGB Variations
Color information
#05DECC (or 0x05DECC) is known color: Dark Turquoise. HEX triplet: 05, DE and CC. RGB value is (5,222,204). Sum of RGB (Red+Green+Blue) = 5+222+204=431 (57% of max value = 765). Red value is 5 (2.34% from 255 or 1.16% from 431); Green value is 222 (87.11% from 255 or 51.51% from 431); Blue value is 204 (80.08% from 255 or 47.33% from 431); Max value from RGB is 222 - color contains mainly: green. Hex color #05DECC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #05DECC is #FA2133. Grayscale: #9A9A9A. Windows color (decimal): -16392500 or 13426181. OLE color: 13426181.
HSL color Cylindrical-coordinate representation of color #05DECC: hue angle of 175.02º 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 #05DECC is Cyan = 0.98, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 5 | 222 | 204 | - |
| CMYK | 0.98 | 0 | 0.08 | 0.13 |
| HSL | 175.02º | 0.96% | 0.45% | - |
| HSV(B) | 175.02º | 0.98% | 0.87% | - |
| XYZ | 37.08 | 56.63 | 66.1 | - |
| YUV | 155.07 | 155.61 | 20.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 222 | 204 | 0.98 | 0 | 0.08 | 0.13 | 175.02 | 0.96 | 0.45 |
| Hex | 5 | DE | CC | 62 | 0 | 8 | D | AF | 60 | 2D |
| Octal | 5 | 336 | 314 | 142 | 0 | 10 | 15 | 257 | 140 | 55 |
| Binary | 101 | 11011110 | 11001100 | 1100010 | 0 | 1000 | 1101 | 10101111 | 1100000 | 101101 |
Color Harmonies of #05DECC
Complementary color
Monochromatic Colors of #05DECC
Black with #05DECC
Text Example
Text Example
White with #05DECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05DECC; }
p { color: rgb(5,222,204); }
H1.HeaderClassName
{
color: #05DECC;
}
.AnyTagClassName
{
color: #05DECC;
}
</style>
background-color css
<style>
a { background-color: #05DECC; }
a { background-color: rgb(5,222,204); }
div.DivClassName
{
background-color: #05DECC;
}
.BgClassName
{
background-color: #05DECC;
}
</style>
border-color css
<style>
span { border-color: #05DECC; }
span { border-color: rgb(5,222,204); }
td.TdClassName
{
border-color: #05DECC;
}
.TagClassName
{
border-color: #05DECC;
}
</style>