Shades of Bright Turquoise #11ECDC
Tints of Bright Turquoise #11ECDC
RGB
CMYK
RGB Variations
Color information
#11ECDC (or 0x11ECDC) is known color: Bright Turquoise. HEX triplet: 11, EC and DC. RGB value is (17,236,220). Sum of RGB (Red+Green+Blue) = 17+236+220=473 (62% of max value = 765). Red value is 17 (7.03% from 255 or 3.59% from 473); Green value is 236 (92.58% from 255 or 49.89% from 473); Blue value is 220 (86.33% from 255 or 46.51% from 473); Max value from RGB is 236 - color contains mainly: green. Hex color #11ECDC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #11ECDC is #EE1323. Grayscale: #A8A8A8. Windows color (decimal): -15602468 or 14478353. OLE color: 14478353.
HSL color Cylindrical-coordinate representation of color #11ECDC: hue angle of 175.62º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #11ECDC is Cyan = 0.93, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 17 | 236 | 220 | - |
| CMYK | 0.93 | 0 | 0.07 | 0.07 |
| HSL | 175.62º | 0.87% | 0.5% | - |
| HSV(B) | 175.62º | 0.93% | 0.93% | - |
| XYZ | 43.14 | 65.28 | 78.04 | - |
| YUV | 168.7 | 156.95 | 19.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 236 | 220 | 0.93 | 0 | 0.07 | 0.07 | 175.62 | 0.87 | 0.5 |
| Hex | 11 | EC | DC | 5D | 0 | 7 | 7 | B0 | 57 | 32 |
| Octal | 21 | 354 | 334 | 135 | 0 | 7 | 7 | 260 | 127 | 62 |
| Binary | 10001 | 11101100 | 11011100 | 1011101 | 0 | 111 | 111 | 10110000 | 1010111 | 110010 |
Color Harmonies of #11ECDC
Complementary color
Monochromatic Colors of #11ECDC
Black with #11ECDC
Text Example
Text Example
White with #11ECDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11ECDC; }
p { color: rgb(17,236,220); }
H1.HeaderClassName
{
color: #11ECDC;
}
.AnyTagClassName
{
color: #11ECDC;
}
</style>
background-color css
<style>
a { background-color: #11ECDC; }
a { background-color: rgb(17,236,220); }
div.DivClassName
{
background-color: #11ECDC;
}
.BgClassName
{
background-color: #11ECDC;
}
</style>
border-color css
<style>
span { border-color: #11ECDC; }
span { border-color: rgb(17,236,220); }
td.TdClassName
{
border-color: #11ECDC;
}
.TagClassName
{
border-color: #11ECDC;
}
</style>