Shades of Bright Turquoise #11E1D3
Tints of Bright Turquoise #11E1D3
RGB
CMYK
RGB Variations
Color information
#11E1D3 (or 0x11E1D3) is known color: Bright Turquoise. HEX triplet: 11, E1 and D3. RGB value is (17,225,211). Sum of RGB (Red+Green+Blue) = 17+225+211=453 (60% of max value = 765). Red value is 17 (7.03% from 255 or 3.75% from 453); Green value is 225 (88.28% from 255 or 49.67% from 453); Blue value is 211 (82.81% from 255 or 46.58% from 453); Max value from RGB is 225 - color contains mainly: green. Hex color #11E1D3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #11E1D3 is #EE1E2C. Grayscale: #A1A1A1. Windows color (decimal): -15605293 or 13885713. OLE color: 13885713.
HSL color Cylindrical-coordinate representation of color #11E1D3: hue angle of 175.96º 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 #11E1D3 is Cyan = 0.92, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 17 | 225 | 211 | - |
| CMYK | 0.92 | 0 | 0.06 | 0.12 |
| HSL | 175.96º | 0.86% | 0.47% | - |
| HSV(B) | 175.96º | 0.92% | 0.88% | - |
| XYZ | 38.91 | 58.67 | 70.9 | - |
| YUV | 161.21 | 156.09 | 25.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 225 | 211 | 0.92 | 0 | 0.06 | 0.12 | 175.96 | 0.86 | 0.47 |
| Hex | 11 | E1 | D3 | 5C | 0 | 6 | C | B0 | 56 | 2F |
| Octal | 21 | 341 | 323 | 134 | 0 | 6 | 14 | 260 | 126 | 57 |
| Binary | 10001 | 11100001 | 11010011 | 1011100 | 0 | 110 | 1100 | 10110000 | 1010110 | 101111 |
Color Harmonies of #11E1D3
Complementary color
Monochromatic Colors of #11E1D3
Black with #11E1D3
Text Example
Text Example
White with #11E1D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11E1D3; }
p { color: rgb(17,225,211); }
H1.HeaderClassName
{
color: #11E1D3;
}
.AnyTagClassName
{
color: #11E1D3;
}
</style>
background-color css
<style>
a { background-color: #11E1D3; }
a { background-color: rgb(17,225,211); }
div.DivClassName
{
background-color: #11E1D3;
}
.BgClassName
{
background-color: #11E1D3;
}
</style>
border-color css
<style>
span { border-color: #11E1D3; }
span { border-color: rgb(17,225,211); }
td.TdClassName
{
border-color: #11E1D3;
}
.TagClassName
{
border-color: #11E1D3;
}
</style>