Shades of Dark Turquoise #11D8D4
Tints of Dark Turquoise #11D8D4
RGB
CMYK
RGB Variations
Color information
#11D8D4 (or 0x11D8D4) is known color: Dark Turquoise. HEX triplet: 11, D8 and D4. RGB value is (17,216,212). Sum of RGB (Red+Green+Blue) = 17+216+212=445 (58% of max value = 765). Red value is 17 (7.03% from 255 or 3.82% from 445); Green value is 216 (84.77% from 255 or 48.54% from 445); Blue value is 212 (83.20% from 255 or 47.64% from 445); Max value from RGB is 216 - color contains mainly: green. Hex color #11D8D4 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #11D8D4 is #EE272B. Grayscale: #9B9B9B. Windows color (decimal): -15607596 or 13948945. OLE color: 13948945.
HSL color Cylindrical-coordinate representation of color #11D8D4: hue angle of 178.79º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #11D8D4 is Cyan = 0.92, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 17 | 216 | 212 | - |
| CMYK | 0.92 | 0 | 0.02 | 0.15 |
| HSL | 178.79º | 0.85% | 0.46% | - |
| HSV(B) | 178.79º | 0.92% | 0.85% | - |
| XYZ | 36.67 | 53.98 | 70.77 | - |
| YUV | 156.04 | 159.57 | 28.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 216 | 212 | 0.92 | 0 | 0.02 | 0.15 | 178.79 | 0.85 | 0.46 |
| Hex | 11 | D8 | D4 | 5C | 0 | 2 | F | B3 | 55 | 2E |
| Octal | 21 | 330 | 324 | 134 | 0 | 2 | 17 | 263 | 125 | 56 |
| Binary | 10001 | 11011000 | 11010100 | 1011100 | 0 | 10 | 1111 | 10110011 | 1010101 | 101110 |
Color Harmonies of #11D8D4
Complementary color
Monochromatic Colors of #11D8D4
Black with #11D8D4
Text Example
Text Example
White with #11D8D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11D8D4; }
p { color: rgb(17,216,212); }
H1.HeaderClassName
{
color: #11D8D4;
}
.AnyTagClassName
{
color: #11D8D4;
}
</style>
background-color css
<style>
a { background-color: #11D8D4; }
a { background-color: rgb(17,216,212); }
div.DivClassName
{
background-color: #11D8D4;
}
.BgClassName
{
background-color: #11D8D4;
}
</style>
border-color css
<style>
span { border-color: #11D8D4; }
span { border-color: rgb(17,216,212); }
td.TdClassName
{
border-color: #11D8D4;
}
.TagClassName
{
border-color: #11D8D4;
}
</style>