Shades of Dark Turquoise #11D5DC
Tints of Dark Turquoise #11D5DC
RGB
CMYK
RGB Variations
Color information
#11D5DC (or 0x11D5DC) is known color: Dark Turquoise. HEX triplet: 11, D5 and DC. RGB value is (17,213,220). Sum of RGB (Red+Green+Blue) = 17+213+220=450 (59% of max value = 765). Red value is 17 (7.03% from 255 or 3.78% from 450); Green value is 213 (83.59% from 255 or 47.33% from 450); Blue value is 220 (86.33% from 255 or 48.89% from 450); Max value from RGB is 220 - color contains mainly: blue. Hex color #11D5DC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #11D5DC is #EE2A23. Grayscale: #9A9A9A. Windows color (decimal): -15608356 or 14472465. OLE color: 14472465.
HSL color Cylindrical-coordinate representation of color #11D5DC: hue angle of 182.07º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #11D5DC is Cyan = 0.92, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 17 | 213 | 220 | - |
| CMYK | 0.92 | 0.03 | 0 | 0.14 |
| HSL | 182.07º | 0.86% | 0.46% | - |
| HSV(B) | 182.07º | 0.92% | 0.86% | - |
| XYZ | 36.94 | 52.87 | 75.97 | - |
| YUV | 155.19 | 164.57 | 29.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 213 | 220 | 0.92 | 0.03 | 0 | 0.14 | 182.07 | 0.86 | 0.46 |
| Hex | 11 | D5 | DC | 5C | 3 | 0 | E | B6 | 56 | 2E |
| Octal | 21 | 325 | 334 | 134 | 3 | 0 | 16 | 266 | 126 | 56 |
| Binary | 10001 | 11010101 | 11011100 | 1011100 | 11 | 0 | 1110 | 10110110 | 1010110 | 101110 |
Color Harmonies of #11D5DC
Complementary color
Monochromatic Colors of #11D5DC
Black with #11D5DC
Text Example
Text Example
White with #11D5DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11D5DC; }
p { color: rgb(17,213,220); }
H1.HeaderClassName
{
color: #11D5DC;
}
.AnyTagClassName
{
color: #11D5DC;
}
</style>
background-color css
<style>
a { background-color: #11D5DC; }
a { background-color: rgb(17,213,220); }
div.DivClassName
{
background-color: #11D5DC;
}
.BgClassName
{
background-color: #11D5DC;
}
</style>
border-color css
<style>
span { border-color: #11D5DC; }
span { border-color: rgb(17,213,220); }
td.TdClassName
{
border-color: #11D5DC;
}
.TagClassName
{
border-color: #11D5DC;
}
</style>