Shades of Dark Turquoise #11D8CD
Tints of Dark Turquoise #11D8CD
RGB
CMYK
RGB Variations
Color information
#11D8CD (or 0x11D8CD) is known color: Dark Turquoise. HEX triplet: 11, D8 and CD. RGB value is (17,216,205). Sum of RGB (Red+Green+Blue) = 17+216+205=438 (58% of max value = 765). Red value is 17 (7.03% from 255 or 3.88% from 438); Green value is 216 (84.77% from 255 or 49.32% from 438); Blue value is 205 (80.47% from 255 or 46.80% from 438); Max value from RGB is 216 - color contains mainly: green. Hex color #11D8CD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #11D8CD is #EE2732. Grayscale: #9B9B9B. Windows color (decimal): -15607603 or 13490193. OLE color: 13490193.
HSL color Cylindrical-coordinate representation of color #11D8CD: hue angle of 176.68º 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 #11D8CD is Cyan = 0.92, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 17 | 216 | 205 | - |
| CMYK | 0.92 | 0 | 0.05 | 0.15 |
| HSL | 176.68º | 0.85% | 0.46% | - |
| HSV(B) | 176.68º | 0.92% | 0.85% | - |
| XYZ | 35.81 | 53.64 | 66.22 | - |
| YUV | 155.25 | 156.07 | 29.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 216 | 205 | 0.92 | 0 | 0.05 | 0.15 | 176.68 | 0.85 | 0.46 |
| Hex | 11 | D8 | CD | 5C | 0 | 5 | F | B1 | 55 | 2E |
| Octal | 21 | 330 | 315 | 134 | 0 | 5 | 17 | 261 | 125 | 56 |
| Binary | 10001 | 11011000 | 11001101 | 1011100 | 0 | 101 | 1111 | 10110001 | 1010101 | 101110 |
Color Harmonies of #11D8CD
Complementary color
Monochromatic Colors of #11D8CD
Black with #11D8CD
Text Example
Text Example
White with #11D8CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11D8CD; }
p { color: rgb(17,216,205); }
H1.HeaderClassName
{
color: #11D8CD;
}
.AnyTagClassName
{
color: #11D8CD;
}
</style>
background-color css
<style>
a { background-color: #11D8CD; }
a { background-color: rgb(17,216,205); }
div.DivClassName
{
background-color: #11D8CD;
}
.BgClassName
{
background-color: #11D8CD;
}
</style>
border-color css
<style>
span { border-color: #11D8CD; }
span { border-color: rgb(17,216,205); }
td.TdClassName
{
border-color: #11D8CD;
}
.TagClassName
{
border-color: #11D8CD;
}
</style>