Shades of Dark Turquoise #11D0D5
Tints of Dark Turquoise #11D0D5
RGB
CMYK
RGB Variations
Color information
#11D0D5 (or 0x11D0D5) is known color: Dark Turquoise. HEX triplet: 11, D0 and D5. RGB value is (17,208,213). Sum of RGB (Red+Green+Blue) = 17+208+213=438 (58% of max value = 765). Red value is 17 (7.03% from 255 or 3.88% from 438); Green value is 208 (81.64% from 255 or 47.49% from 438); Blue value is 213 (83.59% from 255 or 48.63% from 438); Max value from RGB is 213 - color contains mainly: blue. Hex color #11D0D5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #11D0D5 is #EE2F2A. Grayscale: #979797. Windows color (decimal): -15609643 or 14012433. OLE color: 14012433.
HSL color Cylindrical-coordinate representation of color #11D0D5: hue angle of 181.53º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #11D0D5 is Cyan = 0.92, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 17 | 208 | 213 | - |
| CMYK | 0.92 | 0.02 | 0 | 0.16 |
| HSL | 181.53º | 0.85% | 0.45% | - |
| HSV(B) | 181.53º | 0.92% | 0.84% | - |
| XYZ | 34.8 | 50.04 | 70.77 | - |
| YUV | 151.46 | 162.72 | 32.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 208 | 213 | 0.92 | 0.02 | 0 | 0.16 | 181.53 | 0.85 | 0.45 |
| Hex | 11 | D0 | D5 | 5C | 2 | 0 | 10 | B6 | 55 | 2D |
| Octal | 21 | 320 | 325 | 134 | 2 | 0 | 20 | 266 | 125 | 55 |
| Binary | 10001 | 11010000 | 11010101 | 1011100 | 10 | 0 | 10000 | 10110110 | 1010101 | 101101 |
Color Harmonies of #11D0D5
Complementary color
Monochromatic Colors of #11D0D5
Black with #11D0D5
Text Example
Text Example
White with #11D0D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11D0D5; }
p { color: rgb(17,208,213); }
H1.HeaderClassName
{
color: #11D0D5;
}
.AnyTagClassName
{
color: #11D0D5;
}
</style>
background-color css
<style>
a { background-color: #11D0D5; }
a { background-color: rgb(17,208,213); }
div.DivClassName
{
background-color: #11D0D5;
}
.BgClassName
{
background-color: #11D0D5;
}
</style>
border-color css
<style>
span { border-color: #11D0D5; }
span { border-color: rgb(17,208,213); }
td.TdClassName
{
border-color: #11D0D5;
}
.TagClassName
{
border-color: #11D0D5;
}
</style>