Shades of Bright Turquoise #11E5E2
Tints of Bright Turquoise #11E5E2
RGB
CMYK
RGB Variations
Color information
#11E5E2 (or 0x11E5E2) is known color: Bright Turquoise. HEX triplet: 11, E5 and E2. RGB value is (17,229,226). Sum of RGB (Red+Green+Blue) = 17+229+226=472 (62% of max value = 765). Red value is 17 (7.03% from 255 or 3.60% from 472); Green value is 229 (89.84% from 255 or 48.52% from 472); Blue value is 226 (88.67% from 255 or 47.88% from 472); Max value from RGB is 229 - color contains mainly: green. Hex color #11E5E2 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #11E5E2 is #EE1A1D. Grayscale: #A5A5A5. Windows color (decimal): -15604254 or 14869777. OLE color: 14869777.
HSL color Cylindrical-coordinate representation of color #11E5E2: hue angle of 179.15º 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 #11E5E2 is Cyan = 0.93, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 17 | 229 | 226 | - |
| CMYK | 0.93 | 0 | 0.01 | 0.10 |
| HSL | 179.15º | 0.86% | 0.48% | - |
| HSV(B) | 179.15º | 0.93% | 0.9% | - |
| XYZ | 41.98 | 61.65 | 81.64 | - |
| YUV | 165.27 | 162.26 | 22.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 229 | 226 | 0.93 | 0 | 0.01 | 0.10 | 179.15 | 0.86 | 0.48 |
| Hex | 11 | E5 | E2 | 5D | 0 | 1 | A | B3 | 56 | 30 |
| Octal | 21 | 345 | 342 | 135 | 0 | 1 | 12 | 263 | 126 | 60 |
| Binary | 10001 | 11100101 | 11100010 | 1011101 | 0 | 1 | 1010 | 10110011 | 1010110 | 110000 |
Color Harmonies of #11E5E2
Complementary color
Monochromatic Colors of #11E5E2
Black with #11E5E2
Text Example
Text Example
White with #11E5E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11E5E2; }
p { color: rgb(17,229,226); }
H1.HeaderClassName
{
color: #11E5E2;
}
.AnyTagClassName
{
color: #11E5E2;
}
</style>
background-color css
<style>
a { background-color: #11E5E2; }
a { background-color: rgb(17,229,226); }
div.DivClassName
{
background-color: #11E5E2;
}
.BgClassName
{
background-color: #11E5E2;
}
</style>
border-color css
<style>
span { border-color: #11E5E2; }
span { border-color: rgb(17,229,226); }
td.TdClassName
{
border-color: #11E5E2;
}
.TagClassName
{
border-color: #11E5E2;
}
</style>