Shades of Bright Turquoise #11ECC8
Tints of Bright Turquoise #11ECC8
RGB
CMYK
RGB Variations
Color information
#11ECC8 (or 0x11ECC8) is known color: Bright Turquoise. HEX triplet: 11, EC and C8. RGB value is (17,236,200). Sum of RGB (Red+Green+Blue) = 17+236+200=453 (60% of max value = 765). Red value is 17 (7.03% from 255 or 3.75% from 453); Green value is 236 (92.58% from 255 or 52.10% from 453); Blue value is 200 (78.52% from 255 or 44.15% from 453); Max value from RGB is 236 - color contains mainly: green. Hex color #11ECC8 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #11ECC8 is #EE1337. Grayscale: #A6A6A6. Windows color (decimal): -15602488 or 13167633. OLE color: 13167633.
HSL color Cylindrical-coordinate representation of color #11ECC8: hue angle of 170.14º 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 #11ECC8 is Cyan = 0.93, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 17 | 236 | 200 | - |
| CMYK | 0.93 | 0 | 0.15 | 0.07 |
| HSL | 170.14º | 0.87% | 0.5% | - |
| HSV(B) | 170.14º | 0.93% | 0.93% | - |
| XYZ | 40.65 | 64.28 | 64.91 | - |
| YUV | 166.42 | 146.95 | 21.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 236 | 200 | 0.93 | 0 | 0.15 | 0.07 | 170.14 | 0.87 | 0.5 |
| Hex | 11 | EC | C8 | 5D | 0 | F | 7 | AA | 57 | 32 |
| Octal | 21 | 354 | 310 | 135 | 0 | 17 | 7 | 252 | 127 | 62 |
| Binary | 10001 | 11101100 | 11001000 | 1011101 | 0 | 1111 | 111 | 10101010 | 1010111 | 110010 |
Color Harmonies of #11ECC8
Complementary color
Monochromatic Colors of #11ECC8
Black with #11ECC8
Text Example
Text Example
White with #11ECC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11ECC8; }
p { color: rgb(17,236,200); }
H1.HeaderClassName
{
color: #11ECC8;
}
.AnyTagClassName
{
color: #11ECC8;
}
</style>
background-color css
<style>
a { background-color: #11ECC8; }
a { background-color: rgb(17,236,200); }
div.DivClassName
{
background-color: #11ECC8;
}
.BgClassName
{
background-color: #11ECC8;
}
</style>
border-color css
<style>
span { border-color: #11ECC8; }
span { border-color: rgb(17,236,200); }
td.TdClassName
{
border-color: #11ECC8;
}
.TagClassName
{
border-color: #11ECC8;
}
</style>