Shades of Bright Turquoise #11EBED
Tints of Bright Turquoise #11EBED
RGB
CMYK
RGB Variations
Color information
#11EBED (or 0x11EBED) is known color: Bright Turquoise. HEX triplet: 11, EB and ED. RGB value is (17,235,237). Sum of RGB (Red+Green+Blue) = 17+235+237=489 (64% of max value = 765). Red value is 17 (7.03% from 255 or 3.48% from 489); Green value is 235 (92.19% from 255 or 48.06% from 489); Blue value is 237 (92.97% from 255 or 48.47% from 489); Max value from RGB is 237 - color contains mainly: blue. Hex color #11EBED is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #11EBED is #EE1412. Grayscale: #A9A9A9. Windows color (decimal): -15602707 or 15592209. OLE color: 15592209.
HSL color Cylindrical-coordinate representation of color #11EBED: hue angle of 180.55º 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 #11EBED is Cyan = 0.93, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 17 | 235 | 237 | - |
| CMYK | 0.93 | 0.01 | 0 | 0.07 |
| HSL | 180.55º | 0.87% | 0.5% | - |
| HSV(B) | 180.55º | 0.93% | 0.93% | - |
| XYZ | 45.23 | 65.65 | 90.41 | - |
| YUV | 170.05 | 165.78 | 18.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 235 | 237 | 0.93 | 0.01 | 0 | 0.07 | 180.55 | 0.87 | 0.5 |
| Hex | 11 | EB | ED | 5D | 1 | 0 | 7 | B5 | 57 | 32 |
| Octal | 21 | 353 | 355 | 135 | 1 | 0 | 7 | 265 | 127 | 62 |
| Binary | 10001 | 11101011 | 11101101 | 1011101 | 1 | 0 | 111 | 10110101 | 1010111 | 110010 |
Color Harmonies of #11EBED
Complementary color
Monochromatic Colors of #11EBED
Black with #11EBED
Text Example
Text Example
White with #11EBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11EBED; }
p { color: rgb(17,235,237); }
H1.HeaderClassName
{
color: #11EBED;
}
.AnyTagClassName
{
color: #11EBED;
}
</style>
background-color css
<style>
a { background-color: #11EBED; }
a { background-color: rgb(17,235,237); }
div.DivClassName
{
background-color: #11EBED;
}
.BgClassName
{
background-color: #11EBED;
}
</style>
border-color css
<style>
span { border-color: #11EBED; }
span { border-color: rgb(17,235,237); }
td.TdClassName
{
border-color: #11EBED;
}
.TagClassName
{
border-color: #11EBED;
}
</style>