Shades of Bright Turquoise #11D1EB
Tints of Bright Turquoise #11D1EB
RGB
CMYK
RGB Variations
Color information
#11D1EB (or 0x11D1EB) is known color: Bright Turquoise. HEX triplet: 11, D1 and EB. RGB value is (17,209,235). Sum of RGB (Red+Green+Blue) = 17+209+235=461 (61% of max value = 765). Red value is 17 (7.03% from 255 or 3.69% from 461); Green value is 209 (82.03% from 255 or 45.34% from 461); Blue value is 235 (92.19% from 255 or 50.98% from 461); Max value from RGB is 235 - color contains mainly: blue. Hex color #11D1EB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #11D1EB is #EE2E14. Grayscale: #9A9A9A. Windows color (decimal): -15609365 or 15454481. OLE color: 15454481.
HSL color Cylindrical-coordinate representation of color #11D1EB: hue angle of 187.16º 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 #11D1EB is Cyan = 0.93, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 17 | 209 | 235 | - |
| CMYK | 0.93 | 0.11 | 0 | 0.08 |
| HSL | 187.16º | 0.87% | 0.49% | - |
| HSV(B) | 187.16º | 0.93% | 0.92% | - |
| XYZ | 38.03 | 51.72 | 86.58 | - |
| YUV | 154.56 | 173.39 | 29.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 209 | 235 | 0.93 | 0.11 | 0 | 0.08 | 187.16 | 0.87 | 0.49 |
| Hex | 11 | D1 | EB | 5D | B | 0 | 8 | BB | 57 | 31 |
| Octal | 21 | 321 | 353 | 135 | 13 | 0 | 10 | 273 | 127 | 61 |
| Binary | 10001 | 11010001 | 11101011 | 1011101 | 1011 | 0 | 1000 | 10111011 | 1010111 | 110001 |
Color Harmonies of #11D1EB
Complementary color
Monochromatic Colors of #11D1EB
Black with #11D1EB
Text Example
Text Example
White with #11D1EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11D1EB; }
p { color: rgb(17,209,235); }
H1.HeaderClassName
{
color: #11D1EB;
}
.AnyTagClassName
{
color: #11D1EB;
}
</style>
background-color css
<style>
a { background-color: #11D1EB; }
a { background-color: rgb(17,209,235); }
div.DivClassName
{
background-color: #11D1EB;
}
.BgClassName
{
background-color: #11D1EB;
}
</style>
border-color css
<style>
span { border-color: #11D1EB; }
span { border-color: rgb(17,209,235); }
td.TdClassName
{
border-color: #11D1EB;
}
.TagClassName
{
border-color: #11D1EB;
}
</style>