Shades of Turquoise Blue #60E2EC
Tints of Turquoise Blue #60E2EC
RGB
CMYK
RGB Variations
Color information
#60E2EC (or 0x60E2EC) is known color: Turquoise Blue. HEX triplet: 60, E2 and EC. RGB value is (96,226,236). Sum of RGB (Red+Green+Blue) = 96+226+236=558 (73% of max value = 765). Red value is 96 (37.89% from 255 or 17.20% from 558); Green value is 226 (88.67% from 255 or 40.50% from 558); Blue value is 236 (92.58% from 255 or 42.29% from 558); Max value from RGB is 236 - color contains mainly: blue. Hex color #60E2EC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #60E2EC is #9F1D13. Grayscale: #BCBCBC. Windows color (decimal): -10427668 or 15524448. OLE color: 15524448.
HSL color Cylindrical-coordinate representation of color #60E2EC: hue angle of 184.29º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #60E2EC is Cyan = 0.59, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 96 | 226 | 236 | - |
| CMYK | 0.59 | 0.04 | 0 | 0.07 |
| HSL | 184.29º | 0.79% | 0.65% | - |
| HSV(B) | 184.29º | 0.59% | 0.93% | - |
| XYZ | 47.16 | 62.94 | 89.02 | - |
| YUV | 188.27 | 154.93 | 62.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 226 | 236 | 0.59 | 0.04 | 0 | 0.07 | 184.29 | 0.79 | 0.65 |
| Hex | 60 | E2 | EC | 3B | 4 | 0 | 7 | B8 | 4F | 41 |
| Octal | 140 | 342 | 354 | 73 | 4 | 0 | 7 | 270 | 117 | 101 |
| Binary | 1100000 | 11100010 | 11101100 | 111011 | 100 | 0 | 111 | 10111000 | 1001111 | 1000001 |
Color Harmonies of #60E2EC
Complementary color
Monochromatic Colors of #60E2EC
Black with #60E2EC
Text Example
Text Example
White with #60E2EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60E2EC; }
p { color: rgb(96,226,236); }
H1.HeaderClassName
{
color: #60E2EC;
}
.AnyTagClassName
{
color: #60E2EC;
}
</style>
background-color css
<style>
a { background-color: #60E2EC; }
a { background-color: rgb(96,226,236); }
div.DivClassName
{
background-color: #60E2EC;
}
.BgClassName
{
background-color: #60E2EC;
}
</style>
border-color css
<style>
span { border-color: #60E2EC; }
span { border-color: rgb(96,226,236); }
td.TdClassName
{
border-color: #60E2EC;
}
.TagClassName
{
border-color: #60E2EC;
}
</style>