Shades of Bright Turquoise #11DDDF
Tints of Bright Turquoise #11DDDF
RGB
CMYK
RGB Variations
Color information
#11DDDF (or 0x11DDDF) is known color: Bright Turquoise. HEX triplet: 11, DD and DF. RGB value is (17,221,223). Sum of RGB (Red+Green+Blue) = 17+221+223=461 (61% of max value = 765). Red value is 17 (7.03% from 255 or 3.69% from 461); Green value is 221 (86.72% from 255 or 47.94% from 461); Blue value is 223 (87.5% from 255 or 48.37% from 461); Max value from RGB is 223 - color contains mainly: blue. Hex color #11DDDF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #11DDDF is #EE2220. Grayscale: #A0A0A0. Windows color (decimal): -15606305 or 14671121. OLE color: 14671121.
HSL color Cylindrical-coordinate representation of color #11DDDF: hue angle of 180.58º 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 #11DDDF is Cyan = 0.92, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 17 | 221 | 223 | - |
| CMYK | 0.92 | 0.01 | 0 | 0.13 |
| HSL | 180.58º | 0.86% | 0.47% | - |
| HSV(B) | 180.58º | 0.92% | 0.87% | - |
| XYZ | 39.41 | 57.16 | 78.77 | - |
| YUV | 160.23 | 163.41 | 25.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 221 | 223 | 0.92 | 0.01 | 0 | 0.13 | 180.58 | 0.86 | 0.47 |
| Hex | 11 | DD | DF | 5C | 1 | 0 | D | B5 | 56 | 2F |
| Octal | 21 | 335 | 337 | 134 | 1 | 0 | 15 | 265 | 126 | 57 |
| Binary | 10001 | 11011101 | 11011111 | 1011100 | 1 | 0 | 1101 | 10110101 | 1010110 | 101111 |
Color Harmonies of #11DDDF
Complementary color
Monochromatic Colors of #11DDDF
Black with #11DDDF
Text Example
Text Example
White with #11DDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11DDDF; }
p { color: rgb(17,221,223); }
H1.HeaderClassName
{
color: #11DDDF;
}
.AnyTagClassName
{
color: #11DDDF;
}
</style>
background-color css
<style>
a { background-color: #11DDDF; }
a { background-color: rgb(17,221,223); }
div.DivClassName
{
background-color: #11DDDF;
}
.BgClassName
{
background-color: #11DDDF;
}
</style>
border-color css
<style>
span { border-color: #11DDDF; }
span { border-color: rgb(17,221,223); }
td.TdClassName
{
border-color: #11DDDF;
}
.TagClassName
{
border-color: #11DDDF;
}
</style>