Shades of Bright Turquoise #11DBE6
Tints of Bright Turquoise #11DBE6
RGB
CMYK
RGB Variations
Color information
#11DBE6 (or 0x11DBE6) is known color: Bright Turquoise. HEX triplet: 11, DB and E6. RGB value is (17,219,230). Sum of RGB (Red+Green+Blue) = 17+219+230=466 (61% of max value = 765). Red value is 17 (7.03% from 255 or 3.65% from 466); Green value is 219 (85.94% from 255 or 47.00% from 466); Blue value is 230 (90.23% from 255 or 49.36% from 466); Max value from RGB is 230 - color contains mainly: blue. Hex color #11DBE6 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #11DBE6 is #EE2419. Grayscale: #9F9F9F. Windows color (decimal): -15606810 or 15129361. OLE color: 15129361.
HSL color Cylindrical-coordinate representation of color #11DBE6: hue angle of 183.1º degrees, saturation: 0.86, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #11DBE6 is Cyan = 0.93, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 17 | 219 | 230 | - |
| CMYK | 0.93 | 0.05 | 0 | 0.10 |
| HSL | 183.1º | 0.86% | 0.48% | - |
| HSV(B) | 183.1º | 0.93% | 0.9% | - |
| XYZ | 39.85 | 56.5 | 83.67 | - |
| YUV | 159.86 | 167.58 | 26.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 219 | 230 | 0.93 | 0.05 | 0 | 0.10 | 183.1 | 0.86 | 0.48 |
| Hex | 11 | DB | E6 | 5D | 5 | 0 | A | B7 | 56 | 30 |
| Octal | 21 | 333 | 346 | 135 | 5 | 0 | 12 | 267 | 126 | 60 |
| Binary | 10001 | 11011011 | 11100110 | 1011101 | 101 | 0 | 1010 | 10110111 | 1010110 | 110000 |
Color Harmonies of #11DBE6
Complementary color
Monochromatic Colors of #11DBE6
Black with #11DBE6
Text Example
Text Example
White with #11DBE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11DBE6; }
p { color: rgb(17,219,230); }
H1.HeaderClassName
{
color: #11DBE6;
}
.AnyTagClassName
{
color: #11DBE6;
}
</style>
background-color css
<style>
a { background-color: #11DBE6; }
a { background-color: rgb(17,219,230); }
div.DivClassName
{
background-color: #11DBE6;
}
.BgClassName
{
background-color: #11DBE6;
}
</style>
border-color css
<style>
span { border-color: #11DBE6; }
span { border-color: rgb(17,219,230); }
td.TdClassName
{
border-color: #11DBE6;
}
.TagClassName
{
border-color: #11DBE6;
}
</style>