Shades of Bright Turquoise #11DAE3
Tints of Bright Turquoise #11DAE3
RGB
CMYK
RGB Variations
Color information
#11DAE3 (or 0x11DAE3) is known color: Bright Turquoise. HEX triplet: 11, DA and E3. RGB value is (17,218,227). Sum of RGB (Red+Green+Blue) = 17+218+227=462 (61% of max value = 765). Red value is 17 (7.03% from 255 or 3.68% from 462); Green value is 218 (85.55% from 255 or 47.19% from 462); Blue value is 227 (89.06% from 255 or 49.13% from 462); Max value from RGB is 227 - color contains mainly: blue. Hex color #11DAE3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #11DAE3 is #EE251C. Grayscale: #9E9E9E. Windows color (decimal): -15607069 or 14932497. OLE color: 14932497.
HSL color Cylindrical-coordinate representation of color #11DAE3: hue angle of 182.57º degrees, saturation: 0.86, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #11DAE3 is Cyan = 0.93, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 17 | 218 | 227 | - |
| CMYK | 0.93 | 0.04 | 0 | 0.11 |
| HSL | 182.57º | 0.86% | 0.48% | - |
| HSV(B) | 182.57º | 0.93% | 0.89% | - |
| XYZ | 39.17 | 55.81 | 81.38 | - |
| YUV | 158.93 | 166.41 | 26.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 218 | 227 | 0.93 | 0.04 | 0 | 0.11 | 182.57 | 0.86 | 0.48 |
| Hex | 11 | DA | E3 | 5D | 4 | 0 | B | B7 | 56 | 30 |
| Octal | 21 | 332 | 343 | 135 | 4 | 0 | 13 | 267 | 126 | 60 |
| Binary | 10001 | 11011010 | 11100011 | 1011101 | 100 | 0 | 1011 | 10110111 | 1010110 | 110000 |
Color Harmonies of #11DAE3
Complementary color
Monochromatic Colors of #11DAE3
Black with #11DAE3
Text Example
Text Example
White with #11DAE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11DAE3; }
p { color: rgb(17,218,227); }
H1.HeaderClassName
{
color: #11DAE3;
}
.AnyTagClassName
{
color: #11DAE3;
}
</style>
background-color css
<style>
a { background-color: #11DAE3; }
a { background-color: rgb(17,218,227); }
div.DivClassName
{
background-color: #11DAE3;
}
.BgClassName
{
background-color: #11DAE3;
}
</style>
border-color css
<style>
span { border-color: #11DAE3; }
span { border-color: rgb(17,218,227); }
td.TdClassName
{
border-color: #11DAE3;
}
.TagClassName
{
border-color: #11DAE3;
}
</style>