Shades of Bright Turquoise #11EAC7
Tints of Bright Turquoise #11EAC7
RGB
CMYK
RGB Variations
Color information
#11EAC7 (or 0x11EAC7) is known color: Bright Turquoise. HEX triplet: 11, EA and C7. RGB value is (17,234,199). Sum of RGB (Red+Green+Blue) = 17+234+199=450 (59% of max value = 765). Red value is 17 (7.03% from 255 or 3.78% from 450); Green value is 234 (91.80% from 255 or 52% from 450); Blue value is 199 (78.12% from 255 or 44.22% from 450); Max value from RGB is 234 - color contains mainly: green. Hex color #11EAC7 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #11EAC7 is #EE1538. Grayscale: #A5A5A5. Windows color (decimal): -15603001 or 13101585. OLE color: 13101585.
HSL color Cylindrical-coordinate representation of color #11EAC7: hue angle of 170.32º degrees, saturation: 0.86, 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 #11EAC7 is Cyan = 0.93, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 17 | 234 | 199 | - |
| CMYK | 0.93 | 0 | 0.15 | 0.08 |
| HSL | 170.32º | 0.86% | 0.49% | - |
| HSV(B) | 170.32º | 0.93% | 0.92% | - |
| XYZ | 39.96 | 63.09 | 64.1 | - |
| YUV | 165.13 | 147.11 | 22.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 234 | 199 | 0.93 | 0 | 0.15 | 0.08 | 170.32 | 0.86 | 0.49 |
| Hex | 11 | EA | C7 | 5D | 0 | F | 8 | AA | 56 | 31 |
| Octal | 21 | 352 | 307 | 135 | 0 | 17 | 10 | 252 | 126 | 61 |
| Binary | 10001 | 11101010 | 11000111 | 1011101 | 0 | 1111 | 1000 | 10101010 | 1010110 | 110001 |
Color Harmonies of #11EAC7
Complementary color
Monochromatic Colors of #11EAC7
Black with #11EAC7
Text Example
Text Example
White with #11EAC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11EAC7; }
p { color: rgb(17,234,199); }
H1.HeaderClassName
{
color: #11EAC7;
}
.AnyTagClassName
{
color: #11EAC7;
}
</style>
background-color css
<style>
a { background-color: #11EAC7; }
a { background-color: rgb(17,234,199); }
div.DivClassName
{
background-color: #11EAC7;
}
.BgClassName
{
background-color: #11EAC7;
}
</style>
border-color css
<style>
span { border-color: #11EAC7; }
span { border-color: rgb(17,234,199); }
td.TdClassName
{
border-color: #11EAC7;
}
.TagClassName
{
border-color: #11EAC7;
}
</style>