Shades of Bright Turquoise #11EABB
Tints of Bright Turquoise #11EABB
RGB
CMYK
RGB Variations
Color information
#11EABB (or 0x11EABB) is known color: Bright Turquoise. HEX triplet: 11, EA and BB. RGB value is (17,234,187). Sum of RGB (Red+Green+Blue) = 17+234+187=438 (58% of max value = 765). Red value is 17 (7.03% from 255 or 3.88% from 438); Green value is 234 (91.80% from 255 or 53.42% from 438); Blue value is 187 (73.44% from 255 or 42.69% from 438); Max value from RGB is 234 - color contains mainly: green. Hex color #11EABB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #11EABB is #EE1544. Grayscale: #A3A3A3. Windows color (decimal): -15603013 or 12315153. OLE color: 12315153.
HSL color Cylindrical-coordinate representation of color #11EABB: hue angle of 167º degrees, saturation: 0.86, 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 #11EABB is Cyan = 0.93, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 17 | 234 | 187 | - |
| CMYK | 0.93 | 0 | 0.20 | 0.08 |
| HSL | 167º | 0.86% | 0.49% | - |
| HSV(B) | 167º | 0.93% | 0.92% | - |
| XYZ | 38.62 | 62.55 | 57.05 | - |
| YUV | 163.76 | 141.11 | 23.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 234 | 187 | 0.93 | 0 | 0.20 | 0.08 | 167 | 0.86 | 0.49 |
| Hex | 11 | EA | BB | 5D | 0 | 14 | 8 | A7 | 56 | 31 |
| Octal | 21 | 352 | 273 | 135 | 0 | 24 | 10 | 247 | 126 | 61 |
| Binary | 10001 | 11101010 | 10111011 | 1011101 | 0 | 10100 | 1000 | 10100111 | 1010110 | 110001 |
Color Harmonies of #11EABB
Complementary color
Monochromatic Colors of #11EABB
Black with #11EABB
Text Example
Text Example
White with #11EABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11EABB; }
p { color: rgb(17,234,187); }
H1.HeaderClassName
{
color: #11EABB;
}
.AnyTagClassName
{
color: #11EABB;
}
</style>
background-color css
<style>
a { background-color: #11EABB; }
a { background-color: rgb(17,234,187); }
div.DivClassName
{
background-color: #11EABB;
}
.BgClassName
{
background-color: #11EABB;
}
</style>
border-color css
<style>
span { border-color: #11EABB; }
span { border-color: rgb(17,234,187); }
td.TdClassName
{
border-color: #11EABB;
}
.TagClassName
{
border-color: #11EABB;
}
</style>