Shades of Bright Turquoise #11DAEA
Tints of Bright Turquoise #11DAEA
RGB
CMYK
RGB Variations
Color information
#11DAEA (or 0x11DAEA) is known color: Bright Turquoise. HEX triplet: 11, DA and EA. RGB value is (17,218,234). Sum of RGB (Red+Green+Blue) = 17+218+234=469 (62% of max value = 765). Red value is 17 (7.03% from 255 or 3.62% from 469); Green value is 218 (85.55% from 255 or 46.48% from 469); Blue value is 234 (91.80% from 255 or 49.89% from 469); Max value from RGB is 234 - color contains mainly: blue. Hex color #11DAEA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #11DAEA is #EE2515. Grayscale: #9F9F9F. Windows color (decimal): -15607062 or 15391249. OLE color: 15391249.
HSL color Cylindrical-coordinate representation of color #11DAEA: hue angle of 184.42º degrees, saturation: 0.86, 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 #11DAEA is Cyan = 0.93, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 17 | 218 | 234 | - |
| CMYK | 0.93 | 0.07 | 0 | 0.08 |
| HSL | 184.42º | 0.86% | 0.49% | - |
| HSV(B) | 184.42º | 0.93% | 0.92% | - |
| XYZ | 40.15 | 56.2 | 86.57 | - |
| YUV | 159.73 | 169.91 | 26.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 218 | 234 | 0.93 | 0.07 | 0 | 0.08 | 184.42 | 0.86 | 0.49 |
| Hex | 11 | DA | EA | 5D | 7 | 0 | 8 | B8 | 56 | 31 |
| Octal | 21 | 332 | 352 | 135 | 7 | 0 | 10 | 270 | 126 | 61 |
| Binary | 10001 | 11011010 | 11101010 | 1011101 | 111 | 0 | 1000 | 10111000 | 1010110 | 110001 |
Color Harmonies of #11DAEA
Complementary color
Monochromatic Colors of #11DAEA
Black with #11DAEA
Text Example
Text Example
White with #11DAEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11DAEA; }
p { color: rgb(17,218,234); }
H1.HeaderClassName
{
color: #11DAEA;
}
.AnyTagClassName
{
color: #11DAEA;
}
</style>
background-color css
<style>
a { background-color: #11DAEA; }
a { background-color: rgb(17,218,234); }
div.DivClassName
{
background-color: #11DAEA;
}
.BgClassName
{
background-color: #11DAEA;
}
</style>
border-color css
<style>
span { border-color: #11DAEA; }
span { border-color: rgb(17,218,234); }
td.TdClassName
{
border-color: #11DAEA;
}
.TagClassName
{
border-color: #11DAEA;
}
</style>