Shades of Bright Turquoise #11E6E2
Tints of Bright Turquoise #11E6E2
RGB
CMYK
RGB Variations
Color information
#11E6E2 (or 0x11E6E2) is known color: Bright Turquoise. HEX triplet: 11, E6 and E2. RGB value is (17,230,226). Sum of RGB (Red+Green+Blue) = 17+230+226=473 (62% of max value = 765). Red value is 17 (7.03% from 255 or 3.59% from 473); Green value is 230 (90.23% from 255 or 48.63% from 473); Blue value is 226 (88.67% from 255 or 47.78% from 473); Max value from RGB is 230 - color contains mainly: green. Hex color #11E6E2 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #11E6E2 is #EE191D. Grayscale: #A5A5A5. Windows color (decimal): -15603998 or 14870033. OLE color: 14870033.
HSL color Cylindrical-coordinate representation of color #11E6E2: hue angle of 178.87º 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 #11E6E2 is Cyan = 0.93, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 17 | 230 | 226 | - |
| CMYK | 0.93 | 0 | 0.02 | 0.10 |
| HSL | 178.87º | 0.86% | 0.48% | - |
| HSV(B) | 178.87º | 0.93% | 0.9% | - |
| XYZ | 42.26 | 62.2 | 81.73 | - |
| YUV | 165.86 | 161.93 | 21.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 230 | 226 | 0.93 | 0 | 0.02 | 0.10 | 178.87 | 0.86 | 0.48 |
| Hex | 11 | E6 | E2 | 5D | 0 | 2 | A | B3 | 56 | 30 |
| Octal | 21 | 346 | 342 | 135 | 0 | 2 | 12 | 263 | 126 | 60 |
| Binary | 10001 | 11100110 | 11100010 | 1011101 | 0 | 10 | 1010 | 10110011 | 1010110 | 110000 |
Color Harmonies of #11E6E2
Complementary color
Monochromatic Colors of #11E6E2
Black with #11E6E2
Text Example
Text Example
White with #11E6E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11E6E2; }
p { color: rgb(17,230,226); }
H1.HeaderClassName
{
color: #11E6E2;
}
.AnyTagClassName
{
color: #11E6E2;
}
</style>
background-color css
<style>
a { background-color: #11E6E2; }
a { background-color: rgb(17,230,226); }
div.DivClassName
{
background-color: #11E6E2;
}
.BgClassName
{
background-color: #11E6E2;
}
</style>
border-color css
<style>
span { border-color: #11E6E2; }
span { border-color: rgb(17,230,226); }
td.TdClassName
{
border-color: #11E6E2;
}
.TagClassName
{
border-color: #11E6E2;
}
</style>