Shades of Dark Turquoise #11CDDC
Tints of Dark Turquoise #11CDDC
RGB
CMYK
RGB Variations
Color information
#11CDDC (or 0x11CDDC) is known color: Dark Turquoise. HEX triplet: 11, CD and DC. RGB value is (17,205,220). Sum of RGB (Red+Green+Blue) = 17+205+220=442 (58% of max value = 765). Red value is 17 (7.03% from 255 or 3.85% from 442); Green value is 205 (80.47% from 255 or 46.38% from 442); Blue value is 220 (86.33% from 255 or 49.77% from 442); Max value from RGB is 220 - color contains mainly: blue. Hex color #11CDDC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #11CDDC is #EE3223. Grayscale: #969696. Windows color (decimal): -15610404 or 14470417. OLE color: 14470417.
HSL color Cylindrical-coordinate representation of color #11CDDC: hue angle of 184.43º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #11CDDC is Cyan = 0.92, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 17 | 205 | 220 | - |
| CMYK | 0.92 | 0.07 | 0 | 0.14 |
| HSL | 184.43º | 0.86% | 0.46% | - |
| HSV(B) | 184.43º | 0.92% | 0.86% | - |
| XYZ | 34.98 | 48.95 | 75.31 | - |
| YUV | 150.5 | 167.22 | 32.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 205 | 220 | 0.92 | 0.07 | 0 | 0.14 | 184.43 | 0.86 | 0.46 |
| Hex | 11 | CD | DC | 5C | 7 | 0 | E | B8 | 56 | 2E |
| Octal | 21 | 315 | 334 | 134 | 7 | 0 | 16 | 270 | 126 | 56 |
| Binary | 10001 | 11001101 | 11011100 | 1011100 | 111 | 0 | 1110 | 10111000 | 1010110 | 101110 |
Color Harmonies of #11CDDC
Complementary color
Monochromatic Colors of #11CDDC
Black with #11CDDC
Text Example
Text Example
White with #11CDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11CDDC; }
p { color: rgb(17,205,220); }
H1.HeaderClassName
{
color: #11CDDC;
}
.AnyTagClassName
{
color: #11CDDC;
}
</style>
background-color css
<style>
a { background-color: #11CDDC; }
a { background-color: rgb(17,205,220); }
div.DivClassName
{
background-color: #11CDDC;
}
.BgClassName
{
background-color: #11CDDC;
}
</style>
border-color css
<style>
span { border-color: #11CDDC; }
span { border-color: rgb(17,205,220); }
td.TdClassName
{
border-color: #11CDDC;
}
.TagClassName
{
border-color: #11CDDC;
}
</style>