Shades of Dark Turquoise #11C5DF
Tints of Dark Turquoise #11C5DF
RGB
CMYK
RGB Variations
Color information
#11C5DF (or 0x11C5DF) is known color: Dark Turquoise. HEX triplet: 11, C5 and DF. RGB value is (17,197,223). Sum of RGB (Red+Green+Blue) = 17+197+223=437 (57% of max value = 765). Red value is 17 (7.03% from 255 or 3.89% from 437); Green value is 197 (77.34% from 255 or 45.08% from 437); Blue value is 223 (87.5% from 255 or 51.03% from 437); Max value from RGB is 223 - color contains mainly: blue. Hex color #11C5DF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #11C5DF is #EE3A20. Grayscale: #919191. Windows color (decimal): -15612449 or 14664977. OLE color: 14664977.
HSL color Cylindrical-coordinate representation of color #11C5DF: hue angle of 187.57º 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 #11C5DF is Cyan = 0.92, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 17 | 197 | 223 | - |
| CMYK | 0.92 | 0.12 | 0 | 0.13 |
| HSL | 187.57º | 0.86% | 0.47% | - |
| HSV(B) | 187.57º | 0.92% | 0.87% | - |
| XYZ | 33.52 | 45.38 | 76.8 | - |
| YUV | 146.14 | 171.37 | 35.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 197 | 223 | 0.92 | 0.12 | 0 | 0.13 | 187.57 | 0.86 | 0.47 |
| Hex | 11 | C5 | DF | 5C | C | 0 | D | BC | 56 | 2F |
| Octal | 21 | 305 | 337 | 134 | 14 | 0 | 15 | 274 | 126 | 57 |
| Binary | 10001 | 11000101 | 11011111 | 1011100 | 1100 | 0 | 1101 | 10111100 | 1010110 | 101111 |
Color Harmonies of #11C5DF
Complementary color
Monochromatic Colors of #11C5DF
Black with #11C5DF
Text Example
Text Example
White with #11C5DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11C5DF; }
p { color: rgb(17,197,223); }
H1.HeaderClassName
{
color: #11C5DF;
}
.AnyTagClassName
{
color: #11C5DF;
}
</style>
background-color css
<style>
a { background-color: #11C5DF; }
a { background-color: rgb(17,197,223); }
div.DivClassName
{
background-color: #11C5DF;
}
.BgClassName
{
background-color: #11C5DF;
}
</style>
border-color css
<style>
span { border-color: #11C5DF; }
span { border-color: rgb(17,197,223); }
td.TdClassName
{
border-color: #11C5DF;
}
.TagClassName
{
border-color: #11C5DF;
}
</style>