Shades of Bright Turquoise #11E0D3
Tints of Bright Turquoise #11E0D3
RGB
CMYK
RGB Variations
Color information
#11E0D3 (or 0x11E0D3) is known color: Bright Turquoise. HEX triplet: 11, E0 and D3. RGB value is (17,224,211). Sum of RGB (Red+Green+Blue) = 17+224+211=452 (59% of max value = 765). Red value is 17 (7.03% from 255 or 3.76% from 452); Green value is 224 (87.89% from 255 or 49.56% from 452); Blue value is 211 (82.81% from 255 or 46.68% from 452); Max value from RGB is 224 - color contains mainly: green. Hex color #11E0D3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #11E0D3 is #EE1F2C. Grayscale: #A0A0A0. Windows color (decimal): -15605549 or 13885457. OLE color: 13885457.
HSL color Cylindrical-coordinate representation of color #11E0D3: hue angle of 176.23º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #11E0D3 is Cyan = 0.92, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 17 | 224 | 211 | - |
| CMYK | 0.92 | 0 | 0.06 | 0.12 |
| HSL | 176.23º | 0.86% | 0.47% | - |
| HSV(B) | 176.23º | 0.92% | 0.88% | - |
| XYZ | 38.64 | 58.13 | 70.81 | - |
| YUV | 160.63 | 156.42 | 25.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 224 | 211 | 0.92 | 0 | 0.06 | 0.12 | 176.23 | 0.86 | 0.47 |
| Hex | 11 | E0 | D3 | 5C | 0 | 6 | C | B0 | 56 | 2F |
| Octal | 21 | 340 | 323 | 134 | 0 | 6 | 14 | 260 | 126 | 57 |
| Binary | 10001 | 11100000 | 11010011 | 1011100 | 0 | 110 | 1100 | 10110000 | 1010110 | 101111 |
Color Harmonies of #11E0D3
Complementary color
Monochromatic Colors of #11E0D3
Black with #11E0D3
Text Example
Text Example
White with #11E0D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11E0D3; }
p { color: rgb(17,224,211); }
H1.HeaderClassName
{
color: #11E0D3;
}
.AnyTagClassName
{
color: #11E0D3;
}
</style>
background-color css
<style>
a { background-color: #11E0D3; }
a { background-color: rgb(17,224,211); }
div.DivClassName
{
background-color: #11E0D3;
}
.BgClassName
{
background-color: #11E0D3;
}
</style>
border-color css
<style>
span { border-color: #11E0D3; }
span { border-color: rgb(17,224,211); }
td.TdClassName
{
border-color: #11E0D3;
}
.TagClassName
{
border-color: #11E0D3;
}
</style>