Shades of Bright Turquoise #11E7CA
Tints of Bright Turquoise #11E7CA
RGB
CMYK
RGB Variations
Color information
#11E7CA (or 0x11E7CA) is known color: Bright Turquoise. HEX triplet: 11, E7 and CA. RGB value is (17,231,202). Sum of RGB (Red+Green+Blue) = 17+231+202=450 (59% of max value = 765). Red value is 17 (7.03% from 255 or 3.78% from 450); Green value is 231 (90.62% from 255 or 51.33% from 450); Blue value is 202 (79.30% from 255 or 44.89% from 450); Max value from RGB is 231 - color contains mainly: green. Hex color #11E7CA is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #11E7CA is #EE1835. Grayscale: #A3A3A3. Windows color (decimal): -15603766 or 13297425. OLE color: 13297425.
HSL color Cylindrical-coordinate representation of color #11E7CA: hue angle of 171.87º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #11E7CA is Cyan = 0.93, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 17 | 231 | 202 | - |
| CMYK | 0.93 | 0 | 0.13 | 0.09 |
| HSL | 171.87º | 0.86% | 0.49% | - |
| HSV(B) | 171.87º | 0.93% | 0.91% | - |
| XYZ | 39.47 | 61.54 | 65.67 | - |
| YUV | 163.71 | 149.6 | 23.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 231 | 202 | 0.93 | 0 | 0.13 | 0.09 | 171.87 | 0.86 | 0.49 |
| Hex | 11 | E7 | CA | 5D | 0 | D | 9 | AC | 56 | 31 |
| Octal | 21 | 347 | 312 | 135 | 0 | 15 | 11 | 254 | 126 | 61 |
| Binary | 10001 | 11100111 | 11001010 | 1011101 | 0 | 1101 | 1001 | 10101100 | 1010110 | 110001 |
Color Harmonies of #11E7CA
Complementary color
Monochromatic Colors of #11E7CA
Black with #11E7CA
Text Example
Text Example
White with #11E7CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11E7CA; }
p { color: rgb(17,231,202); }
H1.HeaderClassName
{
color: #11E7CA;
}
.AnyTagClassName
{
color: #11E7CA;
}
</style>
background-color css
<style>
a { background-color: #11E7CA; }
a { background-color: rgb(17,231,202); }
div.DivClassName
{
background-color: #11E7CA;
}
.BgClassName
{
background-color: #11E7CA;
}
</style>
border-color css
<style>
span { border-color: #11E7CA; }
span { border-color: rgb(17,231,202); }
td.TdClassName
{
border-color: #11E7CA;
}
.TagClassName
{
border-color: #11E7CA;
}
</style>