Shades of Bright Turquoise #11EBE2
Tints of Bright Turquoise #11EBE2
RGB
CMYK
RGB Variations
Color information
#11EBE2 (or 0x11EBE2) is known color: Bright Turquoise. HEX triplet: 11, EB and E2. RGB value is (17,235,226). Sum of RGB (Red+Green+Blue) = 17+235+226=478 (63% of max value = 765). Red value is 17 (7.03% from 255 or 3.56% from 478); Green value is 235 (92.19% from 255 or 49.16% from 478); Blue value is 226 (88.67% from 255 or 47.28% from 478); Max value from RGB is 235 - color contains mainly: green. Hex color #11EBE2 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #11EBE2 is #EE141D. Grayscale: #A8A8A8. Windows color (decimal): -15602718 or 14871313. OLE color: 14871313.
HSL color Cylindrical-coordinate representation of color #11EBE2: hue angle of 177.52º 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 #11EBE2 is Cyan = 0.93, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 17 | 235 | 226 | - |
| CMYK | 0.93 | 0 | 0.04 | 0.08 |
| HSL | 177.52º | 0.87% | 0.49% | - |
| HSV(B) | 177.52º | 0.93% | 0.92% | - |
| XYZ | 43.67 | 65.03 | 82.2 | - |
| YUV | 168.79 | 160.28 | 19.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 235 | 226 | 0.93 | 0 | 0.04 | 0.08 | 177.52 | 0.87 | 0.49 |
| Hex | 11 | EB | E2 | 5D | 0 | 4 | 8 | B2 | 57 | 31 |
| Octal | 21 | 353 | 342 | 135 | 0 | 4 | 10 | 262 | 127 | 61 |
| Binary | 10001 | 11101011 | 11100010 | 1011101 | 0 | 100 | 1000 | 10110010 | 1010111 | 110001 |
Color Harmonies of #11EBE2
Complementary color
Monochromatic Colors of #11EBE2
Black with #11EBE2
Text Example
Text Example
White with #11EBE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11EBE2; }
p { color: rgb(17,235,226); }
H1.HeaderClassName
{
color: #11EBE2;
}
.AnyTagClassName
{
color: #11EBE2;
}
</style>
background-color css
<style>
a { background-color: #11EBE2; }
a { background-color: rgb(17,235,226); }
div.DivClassName
{
background-color: #11EBE2;
}
.BgClassName
{
background-color: #11EBE2;
}
</style>
border-color css
<style>
span { border-color: #11EBE2; }
span { border-color: rgb(17,235,226); }
td.TdClassName
{
border-color: #11EBE2;
}
.TagClassName
{
border-color: #11EBE2;
}
</style>