Shades of Bright Turquoise #11DDCE
Tints of Bright Turquoise #11DDCE
RGB
CMYK
RGB Variations
Color information
#11DDCE (or 0x11DDCE) is known color: Bright Turquoise. HEX triplet: 11, DD and CE. RGB value is (17,221,206). Sum of RGB (Red+Green+Blue) = 17+221+206=444 (58% of max value = 765). Red value is 17 (7.03% from 255 or 3.83% from 444); Green value is 221 (86.72% from 255 or 49.77% from 444); Blue value is 206 (80.86% from 255 or 46.40% from 444); Max value from RGB is 221 - color contains mainly: green. Hex color #11DDCE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #11DDCE is #EE2231. Grayscale: #9E9E9E. Windows color (decimal): -15606322 or 13557009. OLE color: 13557009.
HSL color Cylindrical-coordinate representation of color #11DDCE: hue angle of 175.59º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #11DDCE is Cyan = 0.92, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 17 | 221 | 206 | - |
| CMYK | 0.92 | 0 | 0.07 | 0.13 |
| HSL | 175.59º | 0.86% | 0.47% | - |
| HSV(B) | 175.59º | 0.92% | 0.87% | - |
| XYZ | 37.23 | 56.29 | 67.3 | - |
| YUV | 158.29 | 154.91 | 27.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 221 | 206 | 0.92 | 0 | 0.07 | 0.13 | 175.59 | 0.86 | 0.47 |
| Hex | 11 | DD | CE | 5C | 0 | 7 | D | B0 | 56 | 2F |
| Octal | 21 | 335 | 316 | 134 | 0 | 7 | 15 | 260 | 126 | 57 |
| Binary | 10001 | 11011101 | 11001110 | 1011100 | 0 | 111 | 1101 | 10110000 | 1010110 | 101111 |
Color Harmonies of #11DDCE
Complementary color
Monochromatic Colors of #11DDCE
Black with #11DDCE
Text Example
Text Example
White with #11DDCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11DDCE; }
p { color: rgb(17,221,206); }
H1.HeaderClassName
{
color: #11DDCE;
}
.AnyTagClassName
{
color: #11DDCE;
}
</style>
background-color css
<style>
a { background-color: #11DDCE; }
a { background-color: rgb(17,221,206); }
div.DivClassName
{
background-color: #11DDCE;
}
.BgClassName
{
background-color: #11DDCE;
}
</style>
border-color css
<style>
span { border-color: #11DDCE; }
span { border-color: rgb(17,221,206); }
td.TdClassName
{
border-color: #11DDCE;
}
.TagClassName
{
border-color: #11DDCE;
}
</style>