Shades of Turquoise Blue #60ECDA
Tints of Turquoise Blue #60ECDA
RGB
CMYK
RGB Variations
Color information
#60ECDA (or 0x60ECDA) is known color: Turquoise Blue. HEX triplet: 60, EC and DA. RGB value is (96,236,218). Sum of RGB (Red+Green+Blue) = 96+236+218=550 (72% of max value = 765). Red value is 96 (37.89% from 255 or 17.45% from 550); Green value is 236 (92.58% from 255 or 42.91% from 550); Blue value is 218 (85.55% from 255 or 39.64% from 550); Max value from RGB is 236 - color contains mainly: green. Hex color #60ECDA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #60ECDA is #9F1325. Grayscale: #C0C0C0. Windows color (decimal): -10425126 or 14347360. OLE color: 14347360.
HSL color Cylindrical-coordinate representation of color #60ECDA: hue angle of 172.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 #60ECDA is Cyan = 0.59, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 96 | 236 | 218 | - |
| CMYK | 0.59 | 0 | 0.08 | 0.07 |
| HSL | 172.29º | 0.79% | 0.65% | - |
| HSV(B) | 172.29º | 0.59% | 0.93% | - |
| XYZ | 47.47 | 67.54 | 76.86 | - |
| YUV | 192.09 | 142.62 | 59.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 236 | 218 | 0.59 | 0 | 0.08 | 0.07 | 172.29 | 0.79 | 0.65 |
| Hex | 60 | EC | DA | 3B | 0 | 8 | 7 | AC | 4F | 41 |
| Octal | 140 | 354 | 332 | 73 | 0 | 10 | 7 | 254 | 117 | 101 |
| Binary | 1100000 | 11101100 | 11011010 | 111011 | 0 | 1000 | 111 | 10101100 | 1001111 | 1000001 |
Color Harmonies of #60ECDA
Complementary color
Monochromatic Colors of #60ECDA
Black with #60ECDA
Text Example
Text Example
White with #60ECDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60ECDA; }
p { color: rgb(96,236,218); }
H1.HeaderClassName
{
color: #60ECDA;
}
.AnyTagClassName
{
color: #60ECDA;
}
</style>
background-color css
<style>
a { background-color: #60ECDA; }
a { background-color: rgb(96,236,218); }
div.DivClassName
{
background-color: #60ECDA;
}
.BgClassName
{
background-color: #60ECDA;
}
</style>
border-color css
<style>
span { border-color: #60ECDA; }
span { border-color: rgb(96,236,218); }
td.TdClassName
{
border-color: #60ECDA;
}
.TagClassName
{
border-color: #60ECDA;
}
</style>