Shades of Bright Turquoise #11ECBA
Tints of Bright Turquoise #11ECBA
RGB
CMYK
RGB Variations
Color information
#11ECBA (or 0x11ECBA) is known color: Bright Turquoise. HEX triplet: 11, EC and BA. RGB value is (17,236,186). Sum of RGB (Red+Green+Blue) = 17+236+186=439 (58% of max value = 765). Red value is 17 (7.03% from 255 or 3.87% from 439); Green value is 236 (92.58% from 255 or 53.76% from 439); Blue value is 186 (73.05% from 255 or 42.37% from 439); Max value from RGB is 236 - color contains mainly: green. Hex color #11ECBA is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #11ECBA is #EE1345. Grayscale: #A4A4A4. Windows color (decimal): -15602502 or 12250129. OLE color: 12250129.
HSL color Cylindrical-coordinate representation of color #11ECBA: hue angle of 166.3º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #11ECBA is Cyan = 0.93, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 17 | 236 | 186 | - |
| CMYK | 0.93 | 0 | 0.21 | 0.07 |
| HSL | 166.3º | 0.87% | 0.5% | - |
| HSV(B) | 166.3º | 0.93% | 0.93% | - |
| XYZ | 39.09 | 63.66 | 56.68 | - |
| YUV | 164.82 | 139.95 | 22.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 236 | 186 | 0.93 | 0 | 0.21 | 0.07 | 166.3 | 0.87 | 0.5 |
| Hex | 11 | EC | BA | 5D | 0 | 15 | 7 | A6 | 57 | 32 |
| Octal | 21 | 354 | 272 | 135 | 0 | 25 | 7 | 246 | 127 | 62 |
| Binary | 10001 | 11101100 | 10111010 | 1011101 | 0 | 10101 | 111 | 10100110 | 1010111 | 110010 |
Color Harmonies of #11ECBA
Complementary color
Monochromatic Colors of #11ECBA
Black with #11ECBA
Text Example
Text Example
White with #11ECBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11ECBA; }
p { color: rgb(17,236,186); }
H1.HeaderClassName
{
color: #11ECBA;
}
.AnyTagClassName
{
color: #11ECBA;
}
</style>
background-color css
<style>
a { background-color: #11ECBA; }
a { background-color: rgb(17,236,186); }
div.DivClassName
{
background-color: #11ECBA;
}
.BgClassName
{
background-color: #11ECBA;
}
</style>
border-color css
<style>
span { border-color: #11ECBA; }
span { border-color: rgb(17,236,186); }
td.TdClassName
{
border-color: #11ECBA;
}
.TagClassName
{
border-color: #11ECBA;
}
</style>