Shades of Bright Turquoise #11DDDA
Tints of Bright Turquoise #11DDDA
RGB
CMYK
RGB Variations
Color information
#11DDDA (or 0x11DDDA) is known color: Bright Turquoise. HEX triplet: 11, DD and DA. RGB value is (17,221,218). Sum of RGB (Red+Green+Blue) = 17+221+218=456 (60% of max value = 765). Red value is 17 (7.03% from 255 or 3.73% from 456); Green value is 221 (86.72% from 255 or 48.46% from 456); Blue value is 218 (85.55% from 255 or 47.81% from 456); Max value from RGB is 221 - color contains mainly: green. Hex color #11DDDA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #11DDDA is #EE2225. Grayscale: #9F9F9F. Windows color (decimal): -15606310 or 14343441. OLE color: 14343441.
HSL color Cylindrical-coordinate representation of color #11DDDA: hue angle of 179.12º 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 #11DDDA is Cyan = 0.92, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 17 | 221 | 218 | - |
| CMYK | 0.92 | 0 | 0.01 | 0.13 |
| HSL | 179.12º | 0.86% | 0.47% | - |
| HSV(B) | 179.12º | 0.92% | 0.87% | - |
| XYZ | 38.74 | 56.89 | 75.27 | - |
| YUV | 159.66 | 160.91 | 26.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 221 | 218 | 0.92 | 0 | 0.01 | 0.13 | 179.12 | 0.86 | 0.47 |
| Hex | 11 | DD | DA | 5C | 0 | 1 | D | B3 | 56 | 2F |
| Octal | 21 | 335 | 332 | 134 | 0 | 1 | 15 | 263 | 126 | 57 |
| Binary | 10001 | 11011101 | 11011010 | 1011100 | 0 | 1 | 1101 | 10110011 | 1010110 | 101111 |
Color Harmonies of #11DDDA
Complementary color
Monochromatic Colors of #11DDDA
Black with #11DDDA
Text Example
Text Example
White with #11DDDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11DDDA; }
p { color: rgb(17,221,218); }
H1.HeaderClassName
{
color: #11DDDA;
}
.AnyTagClassName
{
color: #11DDDA;
}
</style>
background-color css
<style>
a { background-color: #11DDDA; }
a { background-color: rgb(17,221,218); }
div.DivClassName
{
background-color: #11DDDA;
}
.BgClassName
{
background-color: #11DDDA;
}
</style>
border-color css
<style>
span { border-color: #11DDDA; }
span { border-color: rgb(17,221,218); }
td.TdClassName
{
border-color: #11DDDA;
}
.TagClassName
{
border-color: #11DDDA;
}
</style>