Shades of Bright Turquoise #11DBE4
Tints of Bright Turquoise #11DBE4
RGB
CMYK
RGB Variations
Color information
#11DBE4 (or 0x11DBE4) is known color: Bright Turquoise. HEX triplet: 11, DB and E4. RGB value is (17,219,228). Sum of RGB (Red+Green+Blue) = 17+219+228=464 (61% of max value = 765). Red value is 17 (7.03% from 255 or 3.66% from 464); Green value is 219 (85.94% from 255 or 47.20% from 464); Blue value is 228 (89.45% from 255 or 49.14% from 464); Max value from RGB is 228 - color contains mainly: blue. Hex color #11DBE4 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #11DBE4 is #EE241B. Grayscale: #9F9F9F. Windows color (decimal): -15606812 or 14998289. OLE color: 14998289.
HSL color Cylindrical-coordinate representation of color #11DBE4: hue angle of 182.56º 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 #11DBE4 is Cyan = 0.93, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 17 | 219 | 228 | - |
| CMYK | 0.93 | 0.04 | 0 | 0.11 |
| HSL | 182.56º | 0.86% | 0.48% | - |
| HSV(B) | 182.56º | 0.93% | 0.89% | - |
| XYZ | 39.57 | 56.38 | 82.2 | - |
| YUV | 159.63 | 166.58 | 26.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 219 | 228 | 0.93 | 0.04 | 0 | 0.11 | 182.56 | 0.86 | 0.48 |
| Hex | 11 | DB | E4 | 5D | 4 | 0 | B | B7 | 56 | 30 |
| Octal | 21 | 333 | 344 | 135 | 4 | 0 | 13 | 267 | 126 | 60 |
| Binary | 10001 | 11011011 | 11100100 | 1011101 | 100 | 0 | 1011 | 10110111 | 1010110 | 110000 |
Color Harmonies of #11DBE4
Complementary color
Monochromatic Colors of #11DBE4
Black with #11DBE4
Text Example
Text Example
White with #11DBE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11DBE4; }
p { color: rgb(17,219,228); }
H1.HeaderClassName
{
color: #11DBE4;
}
.AnyTagClassName
{
color: #11DBE4;
}
</style>
background-color css
<style>
a { background-color: #11DBE4; }
a { background-color: rgb(17,219,228); }
div.DivClassName
{
background-color: #11DBE4;
}
.BgClassName
{
background-color: #11DBE4;
}
</style>
border-color css
<style>
span { border-color: #11DBE4; }
span { border-color: rgb(17,219,228); }
td.TdClassName
{
border-color: #11DBE4;
}
.TagClassName
{
border-color: #11DBE4;
}
</style>