Shades of Dark Turquoise #05DCD0
Tints of Dark Turquoise #05DCD0
RGB
CMYK
RGB Variations
Color information
#05DCD0 (or 0x05DCD0) is known color: Dark Turquoise. HEX triplet: 05, DC and D0. RGB value is (5,220,208). Sum of RGB (Red+Green+Blue) = 5+220+208=433 (57% of max value = 765). Red value is 5 (2.34% from 255 or 1.15% from 433); Green value is 220 (86.33% from 255 or 50.81% from 433); Blue value is 208 (81.64% from 255 or 48.04% from 433); Max value from RGB is 220 - color contains mainly: green. Hex color #05DCD0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #05DCD0 is #FA232F. Grayscale: #9A9A9A. Windows color (decimal): -16393008 or 13687813. OLE color: 13687813.
HSL color Cylindrical-coordinate representation of color #05DCD0: hue angle of 176.65º 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 #05DCD0 is Cyan = 0.98, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 5 | 220 | 208 | - |
| CMYK | 0.98 | 0 | 0.05 | 0.14 |
| HSL | 176.65º | 0.96% | 0.44% | - |
| HSV(B) | 176.65º | 0.98% | 0.86% | - |
| XYZ | 37.04 | 55.77 | 68.49 | - |
| YUV | 154.35 | 158.27 | 21.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 220 | 208 | 0.98 | 0 | 0.05 | 0.14 | 176.65 | 0.96 | 0.44 |
| Hex | 5 | DC | D0 | 62 | 0 | 5 | E | B1 | 60 | 2C |
| Octal | 5 | 334 | 320 | 142 | 0 | 5 | 16 | 261 | 140 | 54 |
| Binary | 101 | 11011100 | 11010000 | 1100010 | 0 | 101 | 1110 | 10110001 | 1100000 | 101100 |
Color Harmonies of #05DCD0
Complementary color
Monochromatic Colors of #05DCD0
Black with #05DCD0
Text Example
Text Example
White with #05DCD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05DCD0; }
p { color: rgb(5,220,208); }
H1.HeaderClassName
{
color: #05DCD0;
}
.AnyTagClassName
{
color: #05DCD0;
}
</style>
background-color css
<style>
a { background-color: #05DCD0; }
a { background-color: rgb(5,220,208); }
div.DivClassName
{
background-color: #05DCD0;
}
.BgClassName
{
background-color: #05DCD0;
}
</style>
border-color css
<style>
span { border-color: #05DCD0; }
span { border-color: rgb(5,220,208); }
td.TdClassName
{
border-color: #05DCD0;
}
.TagClassName
{
border-color: #05DCD0;
}
</style>