Shades of Bright Turquoise #11EACD
Tints of Bright Turquoise #11EACD
RGB
CMYK
RGB Variations
Color information
#11EACD (or 0x11EACD) is known color: Bright Turquoise. HEX triplet: 11, EA and CD. RGB value is (17,234,205). Sum of RGB (Red+Green+Blue) = 17+234+205=456 (60% of max value = 765). Red value is 17 (7.03% from 255 or 3.73% from 456); Green value is 234 (91.80% from 255 or 51.32% from 456); Blue value is 205 (80.47% from 255 or 44.96% from 456); Max value from RGB is 234 - color contains mainly: green. Hex color #11EACD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #11EACD is #EE1532. Grayscale: #A5A5A5. Windows color (decimal): -15602995 or 13494801. OLE color: 13494801.
HSL color Cylindrical-coordinate representation of color #11EACD: hue angle of 171.98º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #11EACD is Cyan = 0.93, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 17 | 234 | 205 | - |
| CMYK | 0.93 | 0 | 0.12 | 0.08 |
| HSL | 171.98º | 0.86% | 0.49% | - |
| HSV(B) | 171.98º | 0.93% | 0.92% | - |
| XYZ | 40.67 | 63.37 | 67.85 | - |
| YUV | 165.81 | 150.11 | 21.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 234 | 205 | 0.93 | 0 | 0.12 | 0.08 | 171.98 | 0.86 | 0.49 |
| Hex | 11 | EA | CD | 5D | 0 | C | 8 | AC | 56 | 31 |
| Octal | 21 | 352 | 315 | 135 | 0 | 14 | 10 | 254 | 126 | 61 |
| Binary | 10001 | 11101010 | 11001101 | 1011101 | 0 | 1100 | 1000 | 10101100 | 1010110 | 110001 |
Color Harmonies of #11EACD
Complementary color
Monochromatic Colors of #11EACD
Black with #11EACD
Text Example
Text Example
White with #11EACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11EACD; }
p { color: rgb(17,234,205); }
H1.HeaderClassName
{
color: #11EACD;
}
.AnyTagClassName
{
color: #11EACD;
}
</style>
background-color css
<style>
a { background-color: #11EACD; }
a { background-color: rgb(17,234,205); }
div.DivClassName
{
background-color: #11EACD;
}
.BgClassName
{
background-color: #11EACD;
}
</style>
border-color css
<style>
span { border-color: #11EACD; }
span { border-color: rgb(17,234,205); }
td.TdClassName
{
border-color: #11EACD;
}
.TagClassName
{
border-color: #11EACD;
}
</style>