Shades of Bright Turquoise #11EED7
Tints of Bright Turquoise #11EED7
RGB
CMYK
RGB Variations
Color information
#11EED7 (or 0x11EED7) is known color: Bright Turquoise. HEX triplet: 11, EE and D7. RGB value is (17,238,215). Sum of RGB (Red+Green+Blue) = 17+238+215=470 (62% of max value = 765). Red value is 17 (7.03% from 255 or 3.62% from 470); Green value is 238 (93.36% from 255 or 50.64% from 470); Blue value is 215 (84.38% from 255 or 45.74% from 470); Max value from RGB is 238 - color contains mainly: green. Hex color #11EED7 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #11EED7 is #EE1128. Grayscale: #A9A9A9. Windows color (decimal): -15601961 or 14151185. OLE color: 14151185.
HSL color Cylindrical-coordinate representation of color #11EED7: hue angle of 173.76º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #11EED7 is Cyan = 0.93, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 17 | 238 | 215 | - |
| CMYK | 0.93 | 0 | 0.10 | 0.07 |
| HSL | 173.76º | 0.87% | 0.5% | - |
| HSV(B) | 173.76º | 0.93% | 0.93% | - |
| XYZ | 43.07 | 66.17 | 74.79 | - |
| YUV | 169.3 | 153.78 | 19.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 238 | 215 | 0.93 | 0 | 0.10 | 0.07 | 173.76 | 0.87 | 0.5 |
| Hex | 11 | EE | D7 | 5D | 0 | A | 7 | AE | 57 | 32 |
| Octal | 21 | 356 | 327 | 135 | 0 | 12 | 7 | 256 | 127 | 62 |
| Binary | 10001 | 11101110 | 11010111 | 1011101 | 0 | 1010 | 111 | 10101110 | 1010111 | 110010 |
Color Harmonies of #11EED7
Complementary color
Monochromatic Colors of #11EED7
Black with #11EED7
Text Example
Text Example
White with #11EED7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11EED7; }
p { color: rgb(17,238,215); }
H1.HeaderClassName
{
color: #11EED7;
}
.AnyTagClassName
{
color: #11EED7;
}
</style>
background-color css
<style>
a { background-color: #11EED7; }
a { background-color: rgb(17,238,215); }
div.DivClassName
{
background-color: #11EED7;
}
.BgClassName
{
background-color: #11EED7;
}
</style>
border-color css
<style>
span { border-color: #11EED7; }
span { border-color: rgb(17,238,215); }
td.TdClassName
{
border-color: #11EED7;
}
.TagClassName
{
border-color: #11EED7;
}
</style>