Shades of Dark Turquoise #11CFDC
Tints of Dark Turquoise #11CFDC
RGB
CMYK
RGB Variations
Color information
#11CFDC (or 0x11CFDC) is known color: Dark Turquoise. HEX triplet: 11, CF and DC. RGB value is (17,207,220). Sum of RGB (Red+Green+Blue) = 17+207+220=444 (58% of max value = 765). Red value is 17 (7.03% from 255 or 3.83% from 444); Green value is 207 (81.25% from 255 or 46.62% from 444); Blue value is 220 (86.33% from 255 or 49.55% from 444); Max value from RGB is 220 - color contains mainly: blue. Hex color #11CFDC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #11CFDC is #EE3023. Grayscale: #979797. Windows color (decimal): -15609892 or 14470929. OLE color: 14470929.
HSL color Cylindrical-coordinate representation of color #11CFDC: hue angle of 183.84º 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 #11CFDC is Cyan = 0.92, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 17 | 207 | 220 | - |
| CMYK | 0.92 | 0.06 | 0 | 0.14 |
| HSL | 183.84º | 0.86% | 0.46% | - |
| HSV(B) | 183.84º | 0.92% | 0.86% | - |
| XYZ | 35.46 | 49.91 | 75.48 | - |
| YUV | 151.67 | 166.55 | 31.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 207 | 220 | 0.92 | 0.06 | 0 | 0.14 | 183.84 | 0.86 | 0.46 |
| Hex | 11 | CF | DC | 5C | 6 | 0 | E | B8 | 56 | 2E |
| Octal | 21 | 317 | 334 | 134 | 6 | 0 | 16 | 270 | 126 | 56 |
| Binary | 10001 | 11001111 | 11011100 | 1011100 | 110 | 0 | 1110 | 10111000 | 1010110 | 101110 |
Color Harmonies of #11CFDC
Complementary color
Monochromatic Colors of #11CFDC
Black with #11CFDC
Text Example
Text Example
White with #11CFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11CFDC; }
p { color: rgb(17,207,220); }
H1.HeaderClassName
{
color: #11CFDC;
}
.AnyTagClassName
{
color: #11CFDC;
}
</style>
background-color css
<style>
a { background-color: #11CFDC; }
a { background-color: rgb(17,207,220); }
div.DivClassName
{
background-color: #11CFDC;
}
.BgClassName
{
background-color: #11CFDC;
}
</style>
border-color css
<style>
span { border-color: #11CFDC; }
span { border-color: rgb(17,207,220); }
td.TdClassName
{
border-color: #11CFDC;
}
.TagClassName
{
border-color: #11CFDC;
}
</style>