Shades of Bright Turquoise #11EBDC
Tints of Bright Turquoise #11EBDC
RGB
CMYK
RGB Variations
Color information
#11EBDC (or 0x11EBDC) is known color: Bright Turquoise. HEX triplet: 11, EB and DC. RGB value is (17,235,220). Sum of RGB (Red+Green+Blue) = 17+235+220=472 (62% of max value = 765). Red value is 17 (7.03% from 255 or 3.60% from 472); Green value is 235 (92.19% from 255 or 49.79% from 472); Blue value is 220 (86.33% from 255 or 46.61% from 472); Max value from RGB is 235 - color contains mainly: green. Hex color #11EBDC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #11EBDC is #EE1423. Grayscale: #A7A7A7. Windows color (decimal): -15602724 or 14478097. OLE color: 14478097.
HSL color Cylindrical-coordinate representation of color #11EBDC: hue angle of 175.87º degrees, saturation: 0.87, 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 #11EBDC is Cyan = 0.93, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 17 | 235 | 220 | - |
| CMYK | 0.93 | 0 | 0.06 | 0.08 |
| HSL | 175.87º | 0.87% | 0.49% | - |
| HSV(B) | 175.87º | 0.93% | 0.92% | - |
| XYZ | 42.86 | 64.7 | 77.94 | - |
| YUV | 168.11 | 157.28 | 20.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 235 | 220 | 0.93 | 0 | 0.06 | 0.08 | 175.87 | 0.87 | 0.49 |
| Hex | 11 | EB | DC | 5D | 0 | 6 | 8 | B0 | 57 | 31 |
| Octal | 21 | 353 | 334 | 135 | 0 | 6 | 10 | 260 | 127 | 61 |
| Binary | 10001 | 11101011 | 11011100 | 1011101 | 0 | 110 | 1000 | 10110000 | 1010111 | 110001 |
Color Harmonies of #11EBDC
Complementary color
Monochromatic Colors of #11EBDC
Black with #11EBDC
Text Example
Text Example
White with #11EBDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11EBDC; }
p { color: rgb(17,235,220); }
H1.HeaderClassName
{
color: #11EBDC;
}
.AnyTagClassName
{
color: #11EBDC;
}
</style>
background-color css
<style>
a { background-color: #11EBDC; }
a { background-color: rgb(17,235,220); }
div.DivClassName
{
background-color: #11EBDC;
}
.BgClassName
{
background-color: #11EBDC;
}
</style>
border-color css
<style>
span { border-color: #11EBDC; }
span { border-color: rgb(17,235,220); }
td.TdClassName
{
border-color: #11EBDC;
}
.TagClassName
{
border-color: #11EBDC;
}
</style>