Shades of Dark Turquoise #11CDD6
Tints of Dark Turquoise #11CDD6
RGB
CMYK
RGB Variations
Color information
#11CDD6 (or 0x11CDD6) is known color: Dark Turquoise. HEX triplet: 11, CD and D6. RGB value is (17,205,214). Sum of RGB (Red+Green+Blue) = 17+205+214=436 (57% of max value = 765). Red value is 17 (7.03% from 255 or 3.90% from 436); Green value is 205 (80.47% from 255 or 47.02% from 436); Blue value is 214 (83.98% from 255 or 49.08% from 436); Max value from RGB is 214 - color contains mainly: blue. Hex color #11CDD6 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #11CDD6 is #EE3229. Grayscale: #959595. Windows color (decimal): -15610410 or 14077201. OLE color: 14077201.
HSL color Cylindrical-coordinate representation of color #11CDD6: hue angle of 182.74º 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 #11CDD6 is Cyan = 0.92, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 17 | 205 | 214 | - |
| CMYK | 0.92 | 0.04 | 0 | 0.16 |
| HSL | 182.74º | 0.85% | 0.45% | - |
| HSV(B) | 182.74º | 0.92% | 0.84% | - |
| XYZ | 34.2 | 48.64 | 71.2 | - |
| YUV | 149.81 | 164.22 | 33.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 205 | 214 | 0.92 | 0.04 | 0 | 0.16 | 182.74 | 0.85 | 0.45 |
| Hex | 11 | CD | D6 | 5C | 4 | 0 | 10 | B7 | 55 | 2D |
| Octal | 21 | 315 | 326 | 134 | 4 | 0 | 20 | 267 | 125 | 55 |
| Binary | 10001 | 11001101 | 11010110 | 1011100 | 100 | 0 | 10000 | 10110111 | 1010101 | 101101 |
Color Harmonies of #11CDD6
Complementary color
Monochromatic Colors of #11CDD6
Black with #11CDD6
Text Example
Text Example
White with #11CDD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11CDD6; }
p { color: rgb(17,205,214); }
H1.HeaderClassName
{
color: #11CDD6;
}
.AnyTagClassName
{
color: #11CDD6;
}
</style>
background-color css
<style>
a { background-color: #11CDD6; }
a { background-color: rgb(17,205,214); }
div.DivClassName
{
background-color: #11CDD6;
}
.BgClassName
{
background-color: #11CDD6;
}
</style>
border-color css
<style>
span { border-color: #11CDD6; }
span { border-color: rgb(17,205,214); }
td.TdClassName
{
border-color: #11CDD6;
}
.TagClassName
{
border-color: #11CDD6;
}
</style>