Shades of Bright Turquoise #11E4DB
Tints of Bright Turquoise #11E4DB
RGB
CMYK
RGB Variations
Color information
#11E4DB (or 0x11E4DB) is known color: Bright Turquoise. HEX triplet: 11, E4 and DB. RGB value is (17,228,219). Sum of RGB (Red+Green+Blue) = 17+228+219=464 (61% of max value = 765). Red value is 17 (7.03% from 255 or 3.66% from 464); Green value is 228 (89.45% from 255 or 49.14% from 464); Blue value is 219 (85.94% from 255 or 47.20% from 464); Max value from RGB is 228 - color contains mainly: green. Hex color #11E4DB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #11E4DB is #EE1B24. Grayscale: #A3A3A3. Windows color (decimal): -15604517 or 14410769. OLE color: 14410769.
HSL color Cylindrical-coordinate representation of color #11E4DB: hue angle of 177.44º degrees, saturation: 0.86, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #11E4DB is Cyan = 0.93, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 17 | 228 | 219 | - |
| CMYK | 0.93 | 0 | 0.04 | 0.11 |
| HSL | 177.44º | 0.86% | 0.48% | - |
| HSV(B) | 177.44º | 0.93% | 0.89% | - |
| XYZ | 40.76 | 60.72 | 76.59 | - |
| YUV | 163.89 | 159.1 | 23.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 228 | 219 | 0.93 | 0 | 0.04 | 0.11 | 177.44 | 0.86 | 0.48 |
| Hex | 11 | E4 | DB | 5D | 0 | 4 | B | B1 | 56 | 30 |
| Octal | 21 | 344 | 333 | 135 | 0 | 4 | 13 | 261 | 126 | 60 |
| Binary | 10001 | 11100100 | 11011011 | 1011101 | 0 | 100 | 1011 | 10110001 | 1010110 | 110000 |
Color Harmonies of #11E4DB
Complementary color
Monochromatic Colors of #11E4DB
Black with #11E4DB
Text Example
Text Example
White with #11E4DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11E4DB; }
p { color: rgb(17,228,219); }
H1.HeaderClassName
{
color: #11E4DB;
}
.AnyTagClassName
{
color: #11E4DB;
}
</style>
background-color css
<style>
a { background-color: #11E4DB; }
a { background-color: rgb(17,228,219); }
div.DivClassName
{
background-color: #11E4DB;
}
.BgClassName
{
background-color: #11E4DB;
}
</style>
border-color css
<style>
span { border-color: #11E4DB; }
span { border-color: rgb(17,228,219); }
td.TdClassName
{
border-color: #11E4DB;
}
.TagClassName
{
border-color: #11E4DB;
}
</style>