Shades of Bright Turquoise #11DDE3
Tints of Bright Turquoise #11DDE3
RGB
CMYK
RGB Variations
Color information
#11DDE3 (or 0x11DDE3) is known color: Bright Turquoise. HEX triplet: 11, DD and E3. RGB value is (17,221,227). Sum of RGB (Red+Green+Blue) = 17+221+227=465 (61% of max value = 765). Red value is 17 (7.03% from 255 or 3.66% from 465); Green value is 221 (86.72% from 255 or 47.53% from 465); Blue value is 227 (89.06% from 255 or 48.82% from 465); Max value from RGB is 227 - color contains mainly: blue. Hex color #11DDE3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #11DDE3 is #EE221C. Grayscale: #A0A0A0. Windows color (decimal): -15606301 or 14933265. OLE color: 14933265.
HSL color Cylindrical-coordinate representation of color #11DDE3: hue angle of 181.71º 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 #11DDE3 is Cyan = 0.93, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 17 | 221 | 227 | - |
| CMYK | 0.93 | 0.03 | 0 | 0.11 |
| HSL | 181.71º | 0.86% | 0.48% | - |
| HSV(B) | 181.71º | 0.93% | 0.89% | - |
| XYZ | 39.95 | 57.38 | 81.64 | - |
| YUV | 160.69 | 165.41 | 25.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 221 | 227 | 0.93 | 0.03 | 0 | 0.11 | 181.71 | 0.86 | 0.48 |
| Hex | 11 | DD | E3 | 5D | 3 | 0 | B | B6 | 56 | 30 |
| Octal | 21 | 335 | 343 | 135 | 3 | 0 | 13 | 266 | 126 | 60 |
| Binary | 10001 | 11011101 | 11100011 | 1011101 | 11 | 0 | 1011 | 10110110 | 1010110 | 110000 |
Color Harmonies of #11DDE3
Complementary color
Monochromatic Colors of #11DDE3
Black with #11DDE3
Text Example
Text Example
White with #11DDE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11DDE3; }
p { color: rgb(17,221,227); }
H1.HeaderClassName
{
color: #11DDE3;
}
.AnyTagClassName
{
color: #11DDE3;
}
</style>
background-color css
<style>
a { background-color: #11DDE3; }
a { background-color: rgb(17,221,227); }
div.DivClassName
{
background-color: #11DDE3;
}
.BgClassName
{
background-color: #11DDE3;
}
</style>
border-color css
<style>
span { border-color: #11DDE3; }
span { border-color: rgb(17,221,227); }
td.TdClassName
{
border-color: #11DDE3;
}
.TagClassName
{
border-color: #11DDE3;
}
</style>