Shades of Dark Turquoise #11CFEA
Tints of Dark Turquoise #11CFEA
RGB
CMYK
RGB Variations
Color information
#11CFEA (or 0x11CFEA) is known color: Dark Turquoise. HEX triplet: 11, CF and EA. RGB value is (17,207,234). Sum of RGB (Red+Green+Blue) = 17+207+234=458 (60% of max value = 765). Red value is 17 (7.03% from 255 or 3.71% from 458); Green value is 207 (81.25% from 255 or 45.20% from 458); Blue value is 234 (91.80% from 255 or 51.09% from 458); Max value from RGB is 234 - color contains mainly: blue. Hex color #11CFEA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #11CFEA is #EE3015. Grayscale: #989898. Windows color (decimal): -15609878 or 15388433. OLE color: 15388433.
HSL color Cylindrical-coordinate representation of color #11CFEA: hue angle of 187.47º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #11CFEA is Cyan = 0.93, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 17 | 207 | 234 | - |
| CMYK | 0.93 | 0.12 | 0 | 0.08 |
| HSL | 187.47º | 0.86% | 0.49% | - |
| HSV(B) | 187.47º | 0.93% | 0.92% | - |
| XYZ | 37.4 | 50.69 | 85.65 | - |
| YUV | 153.27 | 173.55 | 30.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 207 | 234 | 0.93 | 0.12 | 0 | 0.08 | 187.47 | 0.86 | 0.49 |
| Hex | 11 | CF | EA | 5D | C | 0 | 8 | BB | 56 | 31 |
| Octal | 21 | 317 | 352 | 135 | 14 | 0 | 10 | 273 | 126 | 61 |
| Binary | 10001 | 11001111 | 11101010 | 1011101 | 1100 | 0 | 1000 | 10111011 | 1010110 | 110001 |
Color Harmonies of #11CFEA
Complementary color
Monochromatic Colors of #11CFEA
Black with #11CFEA
Text Example
Text Example
White with #11CFEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11CFEA; }
p { color: rgb(17,207,234); }
H1.HeaderClassName
{
color: #11CFEA;
}
.AnyTagClassName
{
color: #11CFEA;
}
</style>
background-color css
<style>
a { background-color: #11CFEA; }
a { background-color: rgb(17,207,234); }
div.DivClassName
{
background-color: #11CFEA;
}
.BgClassName
{
background-color: #11CFEA;
}
</style>
border-color css
<style>
span { border-color: #11CFEA; }
span { border-color: rgb(17,207,234); }
td.TdClassName
{
border-color: #11CFEA;
}
.TagClassName
{
border-color: #11CFEA;
}
</style>