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