Shades of Bright Turquoise #11DBD3
Tints of Bright Turquoise #11DBD3
RGB
CMYK
RGB Variations
Color information
#11DBD3 (or 0x11DBD3) is known color: Bright Turquoise. HEX triplet: 11, DB and D3. RGB value is (17,219,211). Sum of RGB (Red+Green+Blue) = 17+219+211=447 (59% of max value = 765). Red value is 17 (7.03% from 255 or 3.80% from 447); Green value is 219 (85.94% from 255 or 48.99% from 447); Blue value is 211 (82.81% from 255 or 47.20% from 447); Max value from RGB is 219 - color contains mainly: green. Hex color #11DBD3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #11DBD3 is #EE242C. Grayscale: #9D9D9D. Windows color (decimal): -15606829 or 13884177. OLE color: 13884177.
HSL color Cylindrical-coordinate representation of color #11DBD3: hue angle of 177.62º 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 #11DBD3 is Cyan = 0.92, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 17 | 219 | 211 | - |
| CMYK | 0.92 | 0 | 0.04 | 0.14 |
| HSL | 177.62º | 0.86% | 0.46% | - |
| HSV(B) | 177.62º | 0.92% | 0.86% | - |
| XYZ | 37.32 | 55.49 | 70.37 | - |
| YUV | 157.69 | 158.08 | 27.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 219 | 211 | 0.92 | 0 | 0.04 | 0.14 | 177.62 | 0.86 | 0.46 |
| Hex | 11 | DB | D3 | 5C | 0 | 4 | E | B2 | 56 | 2E |
| Octal | 21 | 333 | 323 | 134 | 0 | 4 | 16 | 262 | 126 | 56 |
| Binary | 10001 | 11011011 | 11010011 | 1011100 | 0 | 100 | 1110 | 10110010 | 1010110 | 101110 |
Color Harmonies of #11DBD3
Complementary color
Monochromatic Colors of #11DBD3
Black with #11DBD3
Text Example
Text Example
White with #11DBD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11DBD3; }
p { color: rgb(17,219,211); }
H1.HeaderClassName
{
color: #11DBD3;
}
.AnyTagClassName
{
color: #11DBD3;
}
</style>
background-color css
<style>
a { background-color: #11DBD3; }
a { background-color: rgb(17,219,211); }
div.DivClassName
{
background-color: #11DBD3;
}
.BgClassName
{
background-color: #11DBD3;
}
</style>
border-color css
<style>
span { border-color: #11DBD3; }
span { border-color: rgb(17,219,211); }
td.TdClassName
{
border-color: #11DBD3;
}
.TagClassName
{
border-color: #11DBD3;
}
</style>