Shades of Dark Turquoise #11CCDD
Tints of Dark Turquoise #11CCDD
RGB
CMYK
RGB Variations
Color information
#11CCDD (or 0x11CCDD) is known color: Dark Turquoise. HEX triplet: 11, CC and DD. RGB value is (17,204,221). Sum of RGB (Red+Green+Blue) = 17+204+221=442 (58% of max value = 765). Red value is 17 (7.03% from 255 or 3.85% from 442); Green value is 204 (80.08% from 255 or 46.15% from 442); Blue value is 221 (86.72% from 255 or 50% from 442); Max value from RGB is 221 - color contains mainly: blue. Hex color #11CCDD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #11CCDD is #EE3322. Grayscale: #959595. Windows color (decimal): -15610659 or 14535697. OLE color: 14535697.
HSL color Cylindrical-coordinate representation of color #11CCDD: hue angle of 185º 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 #11CCDD is Cyan = 0.92, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 17 | 204 | 221 | - |
| CMYK | 0.92 | 0.08 | 0 | 0.13 |
| HSL | 185º | 0.86% | 0.47% | - |
| HSV(B) | 185º | 0.92% | 0.87% | - |
| XYZ | 34.88 | 48.53 | 75.93 | - |
| YUV | 150.03 | 168.05 | 33.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 204 | 221 | 0.92 | 0.08 | 0 | 0.13 | 185 | 0.86 | 0.47 |
| Hex | 11 | CC | DD | 5C | 8 | 0 | D | B9 | 56 | 2F |
| Octal | 21 | 314 | 335 | 134 | 10 | 0 | 15 | 271 | 126 | 57 |
| Binary | 10001 | 11001100 | 11011101 | 1011100 | 1000 | 0 | 1101 | 10111001 | 1010110 | 101111 |
Color Harmonies of #11CCDD
Complementary color
Monochromatic Colors of #11CCDD
Black with #11CCDD
Text Example
Text Example
White with #11CCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11CCDD; }
p { color: rgb(17,204,221); }
H1.HeaderClassName
{
color: #11CCDD;
}
.AnyTagClassName
{
color: #11CCDD;
}
</style>
background-color css
<style>
a { background-color: #11CCDD; }
a { background-color: rgb(17,204,221); }
div.DivClassName
{
background-color: #11CCDD;
}
.BgClassName
{
background-color: #11CCDD;
}
</style>
border-color css
<style>
span { border-color: #11CCDD; }
span { border-color: rgb(17,204,221); }
td.TdClassName
{
border-color: #11CCDD;
}
.TagClassName
{
border-color: #11CCDD;
}
</style>