Shades of Dark Turquoise #11CDD0
Tints of Dark Turquoise #11CDD0
RGB
CMYK
RGB Variations
Color information
#11CDD0 (or 0x11CDD0) is known color: Dark Turquoise. HEX triplet: 11, CD and D0. RGB value is (17,205,208). Sum of RGB (Red+Green+Blue) = 17+205+208=430 (56% of max value = 765). Red value is 17 (7.03% from 255 or 3.95% from 430); Green value is 205 (80.47% from 255 or 47.67% from 430); Blue value is 208 (81.64% from 255 or 48.37% from 430); Max value from RGB is 208 - color contains mainly: blue. Hex color #11CDD0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #11CDD0 is #EE322F. Grayscale: #949494. Windows color (decimal): -15610416 or 13683985. OLE color: 13683985.
HSL color Cylindrical-coordinate representation of color #11CDD0: hue angle of 180.94º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #11CDD0 is Cyan = 0.92, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 17 | 205 | 208 | - |
| CMYK | 0.92 | 0.01 | 0 | 0.18 |
| HSL | 180.94º | 0.85% | 0.44% | - |
| HSV(B) | 180.94º | 0.92% | 0.82% | - |
| XYZ | 33.45 | 48.34 | 67.24 | - |
| YUV | 149.13 | 161.22 | 33.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 205 | 208 | 0.92 | 0.01 | 0 | 0.18 | 180.94 | 0.85 | 0.44 |
| Hex | 11 | CD | D0 | 5C | 1 | 0 | 12 | B5 | 55 | 2C |
| Octal | 21 | 315 | 320 | 134 | 1 | 0 | 22 | 265 | 125 | 54 |
| Binary | 10001 | 11001101 | 11010000 | 1011100 | 1 | 0 | 10010 | 10110101 | 1010101 | 101100 |
Color Harmonies of #11CDD0
Complementary color
Monochromatic Colors of #11CDD0
Black with #11CDD0
Text Example
Text Example
White with #11CDD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11CDD0; }
p { color: rgb(17,205,208); }
H1.HeaderClassName
{
color: #11CDD0;
}
.AnyTagClassName
{
color: #11CDD0;
}
</style>
background-color css
<style>
a { background-color: #11CDD0; }
a { background-color: rgb(17,205,208); }
div.DivClassName
{
background-color: #11CDD0;
}
.BgClassName
{
background-color: #11CDD0;
}
</style>
border-color css
<style>
span { border-color: #11CDD0; }
span { border-color: rgb(17,205,208); }
td.TdClassName
{
border-color: #11CDD0;
}
.TagClassName
{
border-color: #11CDD0;
}
</style>