Shades of Dark Turquoise #11DBCB
Tints of Dark Turquoise #11DBCB
RGB
CMYK
RGB Variations
Color information
#11DBCB (or 0x11DBCB) is known color: Dark Turquoise. HEX triplet: 11, DB and CB. RGB value is (17,219,203). Sum of RGB (Red+Green+Blue) = 17+219+203=439 (58% of max value = 765). Red value is 17 (7.03% from 255 or 3.87% from 439); Green value is 219 (85.94% from 255 or 49.89% from 439); Blue value is 203 (79.69% from 255 or 46.24% from 439); Max value from RGB is 219 - color contains mainly: green. Hex color #11DBCB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #11DBCB is #EE2434. Grayscale: #9C9C9C. Windows color (decimal): -15606837 or 13359889. OLE color: 13359889.
HSL color Cylindrical-coordinate representation of color #11DBCB: hue angle of 175.25º 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 #11DBCB is Cyan = 0.92, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 17 | 219 | 203 | - |
| CMYK | 0.92 | 0 | 0.07 | 0.14 |
| HSL | 175.25º | 0.86% | 0.46% | - |
| HSV(B) | 175.25º | 0.92% | 0.86% | - |
| XYZ | 36.34 | 55.09 | 65.22 | - |
| YUV | 156.78 | 154.08 | 28.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 219 | 203 | 0.92 | 0 | 0.07 | 0.14 | 175.25 | 0.86 | 0.46 |
| Hex | 11 | DB | CB | 5C | 0 | 7 | E | AF | 56 | 2E |
| Octal | 21 | 333 | 313 | 134 | 0 | 7 | 16 | 257 | 126 | 56 |
| Binary | 10001 | 11011011 | 11001011 | 1011100 | 0 | 111 | 1110 | 10101111 | 1010110 | 101110 |
Color Harmonies of #11DBCB
Complementary color
Monochromatic Colors of #11DBCB
Black with #11DBCB
Text Example
Text Example
White with #11DBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11DBCB; }
p { color: rgb(17,219,203); }
H1.HeaderClassName
{
color: #11DBCB;
}
.AnyTagClassName
{
color: #11DBCB;
}
</style>
background-color css
<style>
a { background-color: #11DBCB; }
a { background-color: rgb(17,219,203); }
div.DivClassName
{
background-color: #11DBCB;
}
.BgClassName
{
background-color: #11DBCB;
}
</style>
border-color css
<style>
span { border-color: #11DBCB; }
span { border-color: rgb(17,219,203); }
td.TdClassName
{
border-color: #11DBCB;
}
.TagClassName
{
border-color: #11DBCB;
}
</style>