Shades of Turquoise Blue #60ECEC
Tints of Turquoise Blue #60ECEC
RGB
CMYK
RGB Variations
Color information
#60ECEC (or 0x60ECEC) is known color: Turquoise Blue. HEX triplet: 60, EC and EC. RGB value is (96,236,236). Sum of RGB (Red+Green+Blue) = 96+236+236=568 (75% of max value = 765). Red value is 96 (37.89% from 255 or 16.90% from 568); Green value is 236 (92.58% from 255 or 41.55% from 568); Blue value is 236 (92.58% from 255 or 41.55% from 568); Max value from RGB is 236 - color contains mainly: green, blue. Hex color #60ECEC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #60ECEC is #9F1313. Grayscale: #C1C1C1. Windows color (decimal): -10425108 or 15527008. OLE color: 15527008.
HSL color Cylindrical-coordinate representation of color #60ECEC: hue angle of 180º 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 #60ECEC is Cyan = 0.59, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 96 | 236 | 236 | - |
| CMYK | 0.59 | 0 | 0 | 0.07 |
| HSL | 180º | 0.79% | 0.65% | - |
| HSV(B) | 180º | 0.59% | 0.93% | - |
| XYZ | 49.96 | 68.53 | 89.95 | - |
| YUV | 194.14 | 151.62 | 58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 236 | 236 | 0.59 | 0 | 0 | 0.07 | 180 | 0.79 | 0.65 |
| Hex | 60 | EC | EC | 3B | 0 | 0 | 7 | B4 | 4F | 41 |
| Octal | 140 | 354 | 354 | 73 | 0 | 0 | 7 | 264 | 117 | 101 |
| Binary | 1100000 | 11101100 | 11101100 | 111011 | 0 | 0 | 111 | 10110100 | 1001111 | 1000001 |
Color Harmonies of #60ECEC
Complementary color
Monochromatic Colors of #60ECEC
Black with #60ECEC
Text Example
Text Example
White with #60ECEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60ECEC; }
p { color: rgb(96,236,236); }
H1.HeaderClassName
{
color: #60ECEC;
}
.AnyTagClassName
{
color: #60ECEC;
}
</style>
background-color css
<style>
a { background-color: #60ECEC; }
a { background-color: rgb(96,236,236); }
div.DivClassName
{
background-color: #60ECEC;
}
.BgClassName
{
background-color: #60ECEC;
}
</style>
border-color css
<style>
span { border-color: #60ECEC; }
span { border-color: rgb(96,236,236); }
td.TdClassName
{
border-color: #60ECEC;
}
.TagClassName
{
border-color: #60ECEC;
}
</style>