Shades of Bright Turquoise #11EBC0
Tints of Bright Turquoise #11EBC0
RGB
CMYK
RGB Variations
Color information
#11EBC0 (or 0x11EBC0) is known color: Bright Turquoise. HEX triplet: 11, EB and C0. RGB value is (17,235,192). Sum of RGB (Red+Green+Blue) = 17+235+192=444 (58% of max value = 765). Red value is 17 (7.03% from 255 or 3.83% from 444); Green value is 235 (92.19% from 255 or 52.93% from 444); Blue value is 192 (75.39% from 255 or 43.24% from 444); Max value from RGB is 235 - color contains mainly: green. Hex color #11EBC0 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #11EBC0 is #EE143F. Grayscale: #A4A4A4. Windows color (decimal): -15602752 or 12643089. OLE color: 12643089.
HSL color Cylindrical-coordinate representation of color #11EBC0: hue angle of 168.17º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #11EBC0 is Cyan = 0.93, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 17 | 235 | 192 | - |
| CMYK | 0.93 | 0 | 0.18 | 0.08 |
| HSL | 168.17º | 0.87% | 0.49% | - |
| HSV(B) | 168.17º | 0.93% | 0.92% | - |
| XYZ | 39.45 | 63.34 | 60.02 | - |
| YUV | 164.92 | 143.28 | 22.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 235 | 192 | 0.93 | 0 | 0.18 | 0.08 | 168.17 | 0.87 | 0.49 |
| Hex | 11 | EB | C0 | 5D | 0 | 12 | 8 | A8 | 57 | 31 |
| Octal | 21 | 353 | 300 | 135 | 0 | 22 | 10 | 250 | 127 | 61 |
| Binary | 10001 | 11101011 | 11000000 | 1011101 | 0 | 10010 | 1000 | 10101000 | 1010111 | 110001 |
Color Harmonies of #11EBC0
Complementary color
Monochromatic Colors of #11EBC0
Black with #11EBC0
Text Example
Text Example
White with #11EBC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11EBC0; }
p { color: rgb(17,235,192); }
H1.HeaderClassName
{
color: #11EBC0;
}
.AnyTagClassName
{
color: #11EBC0;
}
</style>
background-color css
<style>
a { background-color: #11EBC0; }
a { background-color: rgb(17,235,192); }
div.DivClassName
{
background-color: #11EBC0;
}
.BgClassName
{
background-color: #11EBC0;
}
</style>
border-color css
<style>
span { border-color: #11EBC0; }
span { border-color: rgb(17,235,192); }
td.TdClassName
{
border-color: #11EBC0;
}
.TagClassName
{
border-color: #11EBC0;
}
</style>