Shades of Dark Turquoise #11CCE7
Tints of Dark Turquoise #11CCE7
RGB
CMYK
RGB Variations
Color information
#11CCE7 (or 0x11CCE7) is known color: Dark Turquoise. HEX triplet: 11, CC and E7. RGB value is (17,204,231). Sum of RGB (Red+Green+Blue) = 17+204+231=452 (59% of max value = 765). Red value is 17 (7.03% from 255 or 3.76% from 452); Green value is 204 (80.08% from 255 or 45.13% from 452); Blue value is 231 (90.62% from 255 or 51.11% from 452); Max value from RGB is 231 - color contains mainly: blue. Hex color #11CCE7 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #11CCE7 is #EE3318. Grayscale: #969696. Windows color (decimal): -15610649 or 15191057. OLE color: 15191057.
HSL color Cylindrical-coordinate representation of color #11CCE7: hue angle of 187.57º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #11CCE7 is Cyan = 0.93, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 17 | 204 | 231 | - |
| CMYK | 0.93 | 0.12 | 0 | 0.09 |
| HSL | 187.57º | 0.86% | 0.49% | - |
| HSV(B) | 187.57º | 0.93% | 0.91% | - |
| XYZ | 36.25 | 49.07 | 83.16 | - |
| YUV | 151.17 | 173.05 | 32.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 204 | 231 | 0.93 | 0.12 | 0 | 0.09 | 187.57 | 0.86 | 0.49 |
| Hex | 11 | CC | E7 | 5D | C | 0 | 9 | BC | 56 | 31 |
| Octal | 21 | 314 | 347 | 135 | 14 | 0 | 11 | 274 | 126 | 61 |
| Binary | 10001 | 11001100 | 11100111 | 1011101 | 1100 | 0 | 1001 | 10111100 | 1010110 | 110001 |
Color Harmonies of #11CCE7
Complementary color
Monochromatic Colors of #11CCE7
Black with #11CCE7
Text Example
Text Example
White with #11CCE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11CCE7; }
p { color: rgb(17,204,231); }
H1.HeaderClassName
{
color: #11CCE7;
}
.AnyTagClassName
{
color: #11CCE7;
}
</style>
background-color css
<style>
a { background-color: #11CCE7; }
a { background-color: rgb(17,204,231); }
div.DivClassName
{
background-color: #11CCE7;
}
.BgClassName
{
background-color: #11CCE7;
}
</style>
border-color css
<style>
span { border-color: #11CCE7; }
span { border-color: rgb(17,204,231); }
td.TdClassName
{
border-color: #11CCE7;
}
.TagClassName
{
border-color: #11CCE7;
}
</style>