Shades of Bright Turquoise #11DBDC
Tints of Bright Turquoise #11DBDC
RGB
CMYK
RGB Variations
Color information
#11DBDC (or 0x11DBDC) is known color: Bright Turquoise. HEX triplet: 11, DB and DC. RGB value is (17,219,220). Sum of RGB (Red+Green+Blue) = 17+219+220=456 (60% of max value = 765). Red value is 17 (7.03% from 255 or 3.73% from 456); Green value is 219 (85.94% from 255 or 48.03% from 456); Blue value is 220 (86.33% from 255 or 48.25% from 456); Max value from RGB is 220 - color contains mainly: blue. Hex color #11DBDC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #11DBDC is #EE2423. Grayscale: #9E9E9E. Windows color (decimal): -15606820 or 14474001. OLE color: 14474001.
HSL color Cylindrical-coordinate representation of color #11DBDC: hue angle of 180.3º 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 #11DBDC is Cyan = 0.92, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 17 | 219 | 220 | - |
| CMYK | 0.92 | 0.00 | 0 | 0.14 |
| HSL | 180.3º | 0.86% | 0.46% | - |
| HSV(B) | 180.3º | 0.92% | 0.86% | - |
| XYZ | 38.48 | 55.95 | 76.48 | - |
| YUV | 158.72 | 162.58 | 26.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 219 | 220 | 0.92 | 0.00 | 0 | 0.14 | 180.3 | 0.86 | 0.46 |
| Hex | 11 | DB | DC | 5C | 0 | 0 | E | B4 | 56 | 2E |
| Octal | 21 | 333 | 334 | 134 | 0 | 0 | 16 | 264 | 126 | 56 |
| Binary | 10001 | 11011011 | 11011100 | 1011100 | 0 | 0 | 1110 | 10110100 | 1010110 | 101110 |
Color Harmonies of #11DBDC
Complementary color
Monochromatic Colors of #11DBDC
Black with #11DBDC
Text Example
Text Example
White with #11DBDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11DBDC; }
p { color: rgb(17,219,220); }
H1.HeaderClassName
{
color: #11DBDC;
}
.AnyTagClassName
{
color: #11DBDC;
}
</style>
background-color css
<style>
a { background-color: #11DBDC; }
a { background-color: rgb(17,219,220); }
div.DivClassName
{
background-color: #11DBDC;
}
.BgClassName
{
background-color: #11DBDC;
}
</style>
border-color css
<style>
span { border-color: #11DBDC; }
span { border-color: rgb(17,219,220); }
td.TdClassName
{
border-color: #11DBDC;
}
.TagClassName
{
border-color: #11DBDC;
}
</style>