Shades of Bright Turquoise #11E5CD
Tints of Bright Turquoise #11E5CD
RGB
CMYK
RGB Variations
Color information
#11E5CD (or 0x11E5CD) is known color: Bright Turquoise. HEX triplet: 11, E5 and CD. RGB value is (17,229,205). Sum of RGB (Red+Green+Blue) = 17+229+205=451 (59% of max value = 765). Red value is 17 (7.03% from 255 or 3.77% from 451); Green value is 229 (89.84% from 255 or 50.78% from 451); Blue value is 205 (80.47% from 255 or 45.45% from 451); Max value from RGB is 229 - color contains mainly: green. Hex color #11E5CD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #11E5CD is #EE1A32. Grayscale: #A2A2A2. Windows color (decimal): -15604275 or 13493521. OLE color: 13493521.
HSL color Cylindrical-coordinate representation of color #11E5CD: hue angle of 173.21º degrees, saturation: 0.86, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #11E5CD is Cyan = 0.93, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 17 | 229 | 205 | - |
| CMYK | 0.93 | 0 | 0.10 | 0.10 |
| HSL | 173.21º | 0.86% | 0.48% | - |
| HSV(B) | 173.21º | 0.93% | 0.9% | - |
| XYZ | 39.27 | 60.57 | 67.38 | - |
| YUV | 162.88 | 151.76 | 23.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 229 | 205 | 0.93 | 0 | 0.10 | 0.10 | 173.21 | 0.86 | 0.48 |
| Hex | 11 | E5 | CD | 5D | 0 | A | A | AD | 56 | 30 |
| Octal | 21 | 345 | 315 | 135 | 0 | 12 | 12 | 255 | 126 | 60 |
| Binary | 10001 | 11100101 | 11001101 | 1011101 | 0 | 1010 | 1010 | 10101101 | 1010110 | 110000 |
Color Harmonies of #11E5CD
Complementary color
Monochromatic Colors of #11E5CD
Black with #11E5CD
Text Example
Text Example
White with #11E5CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11E5CD; }
p { color: rgb(17,229,205); }
H1.HeaderClassName
{
color: #11E5CD;
}
.AnyTagClassName
{
color: #11E5CD;
}
</style>
background-color css
<style>
a { background-color: #11E5CD; }
a { background-color: rgb(17,229,205); }
div.DivClassName
{
background-color: #11E5CD;
}
.BgClassName
{
background-color: #11E5CD;
}
</style>
border-color css
<style>
span { border-color: #11E5CD; }
span { border-color: rgb(17,229,205); }
td.TdClassName
{
border-color: #11E5CD;
}
.TagClassName
{
border-color: #11E5CD;
}
</style>