Shades of Bright Turquoise #11E6CD
Tints of Bright Turquoise #11E6CD
RGB
CMYK
RGB Variations
Color information
#11E6CD (or 0x11E6CD) is known color: Bright Turquoise. HEX triplet: 11, E6 and CD. RGB value is (17,230,205). Sum of RGB (Red+Green+Blue) = 17+230+205=452 (59% of max value = 765). Red value is 17 (7.03% from 255 or 3.76% from 452); Green value is 230 (90.23% from 255 or 50.88% from 452); Blue value is 205 (80.47% from 255 or 45.35% from 452); Max value from RGB is 230 - color contains mainly: green. Hex color #11E6CD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #11E6CD is #EE1932. Grayscale: #A3A3A3. Windows color (decimal): -15604019 or 13493777. OLE color: 13493777.
HSL color Cylindrical-coordinate representation of color #11E6CD: hue angle of 172.96º 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 #11E6CD is Cyan = 0.93, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 17 | 230 | 205 | - |
| CMYK | 0.93 | 0 | 0.11 | 0.10 |
| HSL | 172.96º | 0.86% | 0.48% | - |
| HSV(B) | 172.96º | 0.93% | 0.9% | - |
| XYZ | 39.55 | 61.12 | 67.47 | - |
| YUV | 163.46 | 151.43 | 23.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 230 | 205 | 0.93 | 0 | 0.11 | 0.10 | 172.96 | 0.86 | 0.48 |
| Hex | 11 | E6 | CD | 5D | 0 | B | A | AD | 56 | 30 |
| Octal | 21 | 346 | 315 | 135 | 0 | 13 | 12 | 255 | 126 | 60 |
| Binary | 10001 | 11100110 | 11001101 | 1011101 | 0 | 1011 | 1010 | 10101101 | 1010110 | 110000 |
Color Harmonies of #11E6CD
Complementary color
Monochromatic Colors of #11E6CD
Black with #11E6CD
Text Example
Text Example
White with #11E6CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11E6CD; }
p { color: rgb(17,230,205); }
H1.HeaderClassName
{
color: #11E6CD;
}
.AnyTagClassName
{
color: #11E6CD;
}
</style>
background-color css
<style>
a { background-color: #11E6CD; }
a { background-color: rgb(17,230,205); }
div.DivClassName
{
background-color: #11E6CD;
}
.BgClassName
{
background-color: #11E6CD;
}
</style>
border-color css
<style>
span { border-color: #11E6CD; }
span { border-color: rgb(17,230,205); }
td.TdClassName
{
border-color: #11E6CD;
}
.TagClassName
{
border-color: #11E6CD;
}
</style>