Shades of Bright Turquoise #11E9C1
Tints of Bright Turquoise #11E9C1
RGB
CMYK
RGB Variations
Color information
#11E9C1 (or 0x11E9C1) is known color: Bright Turquoise. HEX triplet: 11, E9 and C1. RGB value is (17,233,193). Sum of RGB (Red+Green+Blue) = 17+233+193=443 (58% of max value = 765). Red value is 17 (7.03% from 255 or 3.84% from 443); Green value is 233 (91.41% from 255 or 52.60% from 443); Blue value is 193 (75.78% from 255 or 43.57% from 443); Max value from RGB is 233 - color contains mainly: green. Hex color #11E9C1 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #11E9C1 is #EE163E. Grayscale: #A3A3A3. Windows color (decimal): -15603263 or 12708113. OLE color: 12708113.
HSL color Cylindrical-coordinate representation of color #11E9C1: hue angle of 168.89º 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 #11E9C1 is Cyan = 0.93, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 17 | 233 | 193 | - |
| CMYK | 0.93 | 0 | 0.17 | 0.09 |
| HSL | 168.89º | 0.86% | 0.49% | - |
| HSV(B) | 168.89º | 0.93% | 0.91% | - |
| XYZ | 39 | 62.25 | 60.41 | - |
| YUV | 163.86 | 144.44 | 23.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 233 | 193 | 0.93 | 0 | 0.17 | 0.09 | 168.89 | 0.86 | 0.49 |
| Hex | 11 | E9 | C1 | 5D | 0 | 11 | 9 | A9 | 56 | 31 |
| Octal | 21 | 351 | 301 | 135 | 0 | 21 | 11 | 251 | 126 | 61 |
| Binary | 10001 | 11101001 | 11000001 | 1011101 | 0 | 10001 | 1001 | 10101001 | 1010110 | 110001 |
Color Harmonies of #11E9C1
Complementary color
Monochromatic Colors of #11E9C1
Black with #11E9C1
Text Example
Text Example
White with #11E9C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11E9C1; }
p { color: rgb(17,233,193); }
H1.HeaderClassName
{
color: #11E9C1;
}
.AnyTagClassName
{
color: #11E9C1;
}
</style>
background-color css
<style>
a { background-color: #11E9C1; }
a { background-color: rgb(17,233,193); }
div.DivClassName
{
background-color: #11E9C1;
}
.BgClassName
{
background-color: #11E9C1;
}
</style>
border-color css
<style>
span { border-color: #11E9C1; }
span { border-color: rgb(17,233,193); }
td.TdClassName
{
border-color: #11E9C1;
}
.TagClassName
{
border-color: #11E9C1;
}
</style>