Shades of Dark Turquoise #11D4DC
Tints of Dark Turquoise #11D4DC
RGB
CMYK
RGB Variations
Color information
#11D4DC (or 0x11D4DC) is known color: Dark Turquoise. HEX triplet: 11, D4 and DC. RGB value is (17,212,220). Sum of RGB (Red+Green+Blue) = 17+212+220=449 (59% of max value = 765). Red value is 17 (7.03% from 255 or 3.79% from 449); Green value is 212 (83.20% from 255 or 47.22% from 449); Blue value is 220 (86.33% from 255 or 49.00% from 449); Max value from RGB is 220 - color contains mainly: blue. Hex color #11D4DC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #11D4DC is #EE2B23. Grayscale: #9A9A9A. Windows color (decimal): -15608612 or 14472209. OLE color: 14472209.
HSL color Cylindrical-coordinate representation of color #11D4DC: hue angle of 182.36º 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 #11D4DC is Cyan = 0.92, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 17 | 212 | 220 | - |
| CMYK | 0.92 | 0.04 | 0 | 0.14 |
| HSL | 182.36º | 0.86% | 0.46% | - |
| HSV(B) | 182.36º | 0.92% | 0.86% | - |
| XYZ | 36.69 | 52.37 | 75.89 | - |
| YUV | 154.61 | 164.9 | 29.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 212 | 220 | 0.92 | 0.04 | 0 | 0.14 | 182.36 | 0.86 | 0.46 |
| Hex | 11 | D4 | DC | 5C | 4 | 0 | E | B6 | 56 | 2E |
| Octal | 21 | 324 | 334 | 134 | 4 | 0 | 16 | 266 | 126 | 56 |
| Binary | 10001 | 11010100 | 11011100 | 1011100 | 100 | 0 | 1110 | 10110110 | 1010110 | 101110 |
Color Harmonies of #11D4DC
Complementary color
Monochromatic Colors of #11D4DC
Black with #11D4DC
Text Example
Text Example
White with #11D4DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11D4DC; }
p { color: rgb(17,212,220); }
H1.HeaderClassName
{
color: #11D4DC;
}
.AnyTagClassName
{
color: #11D4DC;
}
</style>
background-color css
<style>
a { background-color: #11D4DC; }
a { background-color: rgb(17,212,220); }
div.DivClassName
{
background-color: #11D4DC;
}
.BgClassName
{
background-color: #11D4DC;
}
</style>
border-color css
<style>
span { border-color: #11D4DC; }
span { border-color: rgb(17,212,220); }
td.TdClassName
{
border-color: #11D4DC;
}
.TagClassName
{
border-color: #11D4DC;
}
</style>