Shades of Bright Turquoise #11E5BC
Tints of Bright Turquoise #11E5BC
RGB
CMYK
RGB Variations
Color information
#11E5BC (or 0x11E5BC) is known color: Bright Turquoise. HEX triplet: 11, E5 and BC. RGB value is (17,229,188). Sum of RGB (Red+Green+Blue) = 17+229+188=434 (57% of max value = 765). Red value is 17 (7.03% from 255 or 3.92% from 434); Green value is 229 (89.84% from 255 or 52.76% from 434); Blue value is 188 (73.83% from 255 or 43.32% from 434); Max value from RGB is 229 - color contains mainly: green. Hex color #11E5BC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #11E5BC is #EE1A43. Grayscale: #A0A0A0. Windows color (decimal): -15604292 or 12379409. OLE color: 12379409.
HSL color Cylindrical-coordinate representation of color #11E5BC: hue angle of 168.4º degrees, saturation: 0.86, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #11E5BC is Cyan = 0.93, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 17 | 229 | 188 | - |
| CMYK | 0.93 | 0 | 0.18 | 0.10 |
| HSL | 168.4º | 0.86% | 0.48% | - |
| HSV(B) | 168.4º | 0.93% | 0.9% | - |
| XYZ | 37.33 | 59.79 | 57.15 | - |
| YUV | 160.94 | 143.26 | 25.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 229 | 188 | 0.93 | 0 | 0.18 | 0.10 | 168.4 | 0.86 | 0.48 |
| Hex | 11 | E5 | BC | 5D | 0 | 12 | A | A8 | 56 | 30 |
| Octal | 21 | 345 | 274 | 135 | 0 | 22 | 12 | 250 | 126 | 60 |
| Binary | 10001 | 11100101 | 10111100 | 1011101 | 0 | 10010 | 1010 | 10101000 | 1010110 | 110000 |
Color Harmonies of #11E5BC
Complementary color
Monochromatic Colors of #11E5BC
Black with #11E5BC
Text Example
Text Example
White with #11E5BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11E5BC; }
p { color: rgb(17,229,188); }
H1.HeaderClassName
{
color: #11E5BC;
}
.AnyTagClassName
{
color: #11E5BC;
}
</style>
background-color css
<style>
a { background-color: #11E5BC; }
a { background-color: rgb(17,229,188); }
div.DivClassName
{
background-color: #11E5BC;
}
.BgClassName
{
background-color: #11E5BC;
}
</style>
border-color css
<style>
span { border-color: #11E5BC; }
span { border-color: rgb(17,229,188); }
td.TdClassName
{
border-color: #11E5BC;
}
.TagClassName
{
border-color: #11E5BC;
}
</style>