Shades of Dark Turquoise #11D4DD
Tints of Dark Turquoise #11D4DD
RGB
CMYK
RGB Variations
Color information
#11D4DD (or 0x11D4DD) is known color: Dark Turquoise. HEX triplet: 11, D4 and DD. RGB value is (17,212,221). Sum of RGB (Red+Green+Blue) = 17+212+221=450 (59% of max value = 765). Red value is 17 (7.03% from 255 or 3.78% from 450); Green value is 212 (83.20% from 255 or 47.11% from 450); Blue value is 221 (86.72% from 255 or 49.11% from 450); Max value from RGB is 221 - color contains mainly: blue. Hex color #11D4DD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #11D4DD is #EE2B22. Grayscale: #9A9A9A. Windows color (decimal): -15608611 or 14537745. OLE color: 14537745.
HSL color Cylindrical-coordinate representation of color #11D4DD: hue angle of 182.65º 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 #11D4DD is Cyan = 0.92, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 17 | 212 | 221 | - |
| CMYK | 0.92 | 0.04 | 0 | 0.13 |
| HSL | 182.65º | 0.86% | 0.47% | - |
| HSV(B) | 182.65º | 0.92% | 0.87% | - |
| XYZ | 36.83 | 52.43 | 76.59 | - |
| YUV | 154.72 | 165.4 | 29.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 212 | 221 | 0.92 | 0.04 | 0 | 0.13 | 182.65 | 0.86 | 0.47 |
| Hex | 11 | D4 | DD | 5C | 4 | 0 | D | B7 | 56 | 2F |
| Octal | 21 | 324 | 335 | 134 | 4 | 0 | 15 | 267 | 126 | 57 |
| Binary | 10001 | 11010100 | 11011101 | 1011100 | 100 | 0 | 1101 | 10110111 | 1010110 | 101111 |
Color Harmonies of #11D4DD
Complementary color
Monochromatic Colors of #11D4DD
Black with #11D4DD
Text Example
Text Example
White with #11D4DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11D4DD; }
p { color: rgb(17,212,221); }
H1.HeaderClassName
{
color: #11D4DD;
}
.AnyTagClassName
{
color: #11D4DD;
}
</style>
background-color css
<style>
a { background-color: #11D4DD; }
a { background-color: rgb(17,212,221); }
div.DivClassName
{
background-color: #11D4DD;
}
.BgClassName
{
background-color: #11D4DD;
}
</style>
border-color css
<style>
span { border-color: #11D4DD; }
span { border-color: rgb(17,212,221); }
td.TdClassName
{
border-color: #11D4DD;
}
.TagClassName
{
border-color: #11D4DD;
}
</style>