Shades of Bright Turquoise #11DAEC
Tints of Bright Turquoise #11DAEC
RGB
CMYK
RGB Variations
Color information
#11DAEC (or 0x11DAEC) is known color: Bright Turquoise. HEX triplet: 11, DA and EC. RGB value is (17,218,236). Sum of RGB (Red+Green+Blue) = 17+218+236=471 (62% of max value = 765). Red value is 17 (7.03% from 255 or 3.61% from 471); Green value is 218 (85.55% from 255 or 46.28% from 471); Blue value is 236 (92.58% from 255 or 50.11% from 471); Max value from RGB is 236 - color contains mainly: blue. Hex color #11DAEC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #11DAEC is #EE2513. Grayscale: #9F9F9F. Windows color (decimal): -15607060 or 15522321. OLE color: 15522321.
HSL color Cylindrical-coordinate representation of color #11DAEC: hue angle of 184.93º 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 #11DAEC is Cyan = 0.93, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 17 | 218 | 236 | - |
| CMYK | 0.93 | 0.08 | 0 | 0.07 |
| HSL | 184.93º | 0.87% | 0.5% | - |
| HSV(B) | 184.93º | 0.93% | 0.93% | - |
| XYZ | 40.44 | 56.32 | 88.1 | - |
| YUV | 159.95 | 170.91 | 26.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 218 | 236 | 0.93 | 0.08 | 0 | 0.07 | 184.93 | 0.87 | 0.5 |
| Hex | 11 | DA | EC | 5D | 8 | 0 | 7 | B9 | 57 | 32 |
| Octal | 21 | 332 | 354 | 135 | 10 | 0 | 7 | 271 | 127 | 62 |
| Binary | 10001 | 11011010 | 11101100 | 1011101 | 1000 | 0 | 111 | 10111001 | 1010111 | 110010 |
Color Harmonies of #11DAEC
Complementary color
Monochromatic Colors of #11DAEC
Black with #11DAEC
Text Example
Text Example
White with #11DAEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11DAEC; }
p { color: rgb(17,218,236); }
H1.HeaderClassName
{
color: #11DAEC;
}
.AnyTagClassName
{
color: #11DAEC;
}
</style>
background-color css
<style>
a { background-color: #11DAEC; }
a { background-color: rgb(17,218,236); }
div.DivClassName
{
background-color: #11DAEC;
}
.BgClassName
{
background-color: #11DAEC;
}
</style>
border-color css
<style>
span { border-color: #11DAEC; }
span { border-color: rgb(17,218,236); }
td.TdClassName
{
border-color: #11DAEC;
}
.TagClassName
{
border-color: #11DAEC;
}
</style>