Shades of Dark Turquoise #05DCD1
Tints of Dark Turquoise #05DCD1
RGB
CMYK
RGB Variations
Color information
#05DCD1 (or 0x05DCD1) is known color: Dark Turquoise. HEX triplet: 05, DC and D1. RGB value is (5,220,209). Sum of RGB (Red+Green+Blue) = 5+220+209=434 (57% of max value = 765). Red value is 5 (2.34% from 255 or 1.15% from 434); Green value is 220 (86.33% from 255 or 50.69% from 434); Blue value is 209 (82.03% from 255 or 48.16% from 434); Max value from RGB is 220 - color contains mainly: green. Hex color #05DCD1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #05DCD1 is #FA232E. Grayscale: #9A9A9A. Windows color (decimal): -16393007 or 13753349. OLE color: 13753349.
HSL color Cylindrical-coordinate representation of color #05DCD1: hue angle of 176.93º 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 #05DCD1 is Cyan = 0.98, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 5 | 220 | 209 | - |
| CMYK | 0.98 | 0 | 0.05 | 0.14 |
| HSL | 176.93º | 0.96% | 0.44% | - |
| HSV(B) | 176.93º | 0.98% | 0.86% | - |
| XYZ | 37.16 | 55.82 | 69.14 | - |
| YUV | 154.46 | 158.77 | 21.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 220 | 209 | 0.98 | 0 | 0.05 | 0.14 | 176.93 | 0.96 | 0.44 |
| Hex | 5 | DC | D1 | 62 | 0 | 5 | E | B1 | 60 | 2C |
| Octal | 5 | 334 | 321 | 142 | 0 | 5 | 16 | 261 | 140 | 54 |
| Binary | 101 | 11011100 | 11010001 | 1100010 | 0 | 101 | 1110 | 10110001 | 1100000 | 101100 |
Color Harmonies of #05DCD1
Complementary color
Monochromatic Colors of #05DCD1
Black with #05DCD1
Text Example
Text Example
White with #05DCD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05DCD1; }
p { color: rgb(5,220,209); }
H1.HeaderClassName
{
color: #05DCD1;
}
.AnyTagClassName
{
color: #05DCD1;
}
</style>
background-color css
<style>
a { background-color: #05DCD1; }
a { background-color: rgb(5,220,209); }
div.DivClassName
{
background-color: #05DCD1;
}
.BgClassName
{
background-color: #05DCD1;
}
</style>
border-color css
<style>
span { border-color: #05DCD1; }
span { border-color: rgb(5,220,209); }
td.TdClassName
{
border-color: #05DCD1;
}
.TagClassName
{
border-color: #05DCD1;
}
</style>