Shades of Bright Turquoise #11EFC7
Tints of Bright Turquoise #11EFC7
RGB
CMYK
RGB Variations
Color information
#11EFC7 (or 0x11EFC7) is known color: Bright Turquoise. HEX triplet: 11, EF and C7. RGB value is (17,239,199). Sum of RGB (Red+Green+Blue) = 17+239+199=455 (60% of max value = 765). Red value is 17 (7.03% from 255 or 3.74% from 455); Green value is 239 (93.75% from 255 or 52.53% from 455); Blue value is 199 (78.12% from 255 or 43.74% from 455); Max value from RGB is 239 - color contains mainly: green. Hex color #11EFC7 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #11EFC7 is #EE1038. Grayscale: #A8A8A8. Windows color (decimal): -15601721 or 13102865. OLE color: 13102865.
HSL color Cylindrical-coordinate representation of color #11EFC7: hue angle of 169.19º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #11EFC7 is Cyan = 0.93, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 17 | 239 | 199 | - |
| CMYK | 0.93 | 0 | 0.17 | 0.06 |
| HSL | 169.19º | 0.87% | 0.5% | - |
| HSV(B) | 169.19º | 0.93% | 0.94% | - |
| XYZ | 41.41 | 65.98 | 64.59 | - |
| YUV | 168.06 | 145.45 | 20.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 239 | 199 | 0.93 | 0 | 0.17 | 0.06 | 169.19 | 0.87 | 0.5 |
| Hex | 11 | EF | C7 | 5D | 0 | 11 | 6 | A9 | 57 | 32 |
| Octal | 21 | 357 | 307 | 135 | 0 | 21 | 6 | 251 | 127 | 62 |
| Binary | 10001 | 11101111 | 11000111 | 1011101 | 0 | 10001 | 110 | 10101001 | 1010111 | 110010 |
Color Harmonies of #11EFC7
Complementary color
Monochromatic Colors of #11EFC7
Black with #11EFC7
Text Example
Text Example
White with #11EFC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11EFC7; }
p { color: rgb(17,239,199); }
H1.HeaderClassName
{
color: #11EFC7;
}
.AnyTagClassName
{
color: #11EFC7;
}
</style>
background-color css
<style>
a { background-color: #11EFC7; }
a { background-color: rgb(17,239,199); }
div.DivClassName
{
background-color: #11EFC7;
}
.BgClassName
{
background-color: #11EFC7;
}
</style>
border-color css
<style>
span { border-color: #11EFC7; }
span { border-color: rgb(17,239,199); }
td.TdClassName
{
border-color: #11EFC7;
}
.TagClassName
{
border-color: #11EFC7;
}
</style>