Shades of Dark Turquoise #11CFCF
Tints of Dark Turquoise #11CFCF
RGB
CMYK
RGB Variations
Color information
#11CFCF (or 0x11CFCF) is known color: Dark Turquoise. HEX triplet: 11, CF and CF. RGB value is (17,207,207). Sum of RGB (Red+Green+Blue) = 17+207+207=431 (57% of max value = 765). Red value is 17 (7.03% from 255 or 3.94% from 431); Green value is 207 (81.25% from 255 or 48.03% from 431); Blue value is 207 (81.25% from 255 or 48.03% from 431); Max value from RGB is 207 - color contains mainly: green, blue. Hex color #11CFCF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #11CFCF is #EE3030. Grayscale: #969696. Windows color (decimal): -15609905 or 13618961. OLE color: 13618961.
HSL color Cylindrical-coordinate representation of color #11CFCF: hue angle of 180º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #11CFCF is Cyan = 0.92, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 17 | 207 | 207 | - |
| CMYK | 0.92 | 0 | 0 | 0.19 |
| HSL | 180º | 0.85% | 0.44% | - |
| HSV(B) | 180º | 0.92% | 0.81% | - |
| XYZ | 33.81 | 49.25 | 66.76 | - |
| YUV | 150.19 | 160.05 | 33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 207 | 207 | 0.92 | 0 | 0 | 0.19 | 180 | 0.85 | 0.44 |
| Hex | 11 | CF | CF | 5C | 0 | 0 | 13 | B4 | 55 | 2C |
| Octal | 21 | 317 | 317 | 134 | 0 | 0 | 23 | 264 | 125 | 54 |
| Binary | 10001 | 11001111 | 11001111 | 1011100 | 0 | 0 | 10011 | 10110100 | 1010101 | 101100 |
Color Harmonies of #11CFCF
Complementary color
Monochromatic Colors of #11CFCF
Black with #11CFCF
Text Example
Text Example
White with #11CFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11CFCF; }
p { color: rgb(17,207,207); }
H1.HeaderClassName
{
color: #11CFCF;
}
.AnyTagClassName
{
color: #11CFCF;
}
</style>
background-color css
<style>
a { background-color: #11CFCF; }
a { background-color: rgb(17,207,207); }
div.DivClassName
{
background-color: #11CFCF;
}
.BgClassName
{
background-color: #11CFCF;
}
</style>
border-color css
<style>
span { border-color: #11CFCF; }
span { border-color: rgb(17,207,207); }
td.TdClassName
{
border-color: #11CFCF;
}
.TagClassName
{
border-color: #11CFCF;
}
</style>