Shades of Turquoise Blue #60ECDD
Tints of Turquoise Blue #60ECDD
RGB
CMYK
RGB Variations
Color information
#60ECDD (or 0x60ECDD) is known color: Turquoise Blue. HEX triplet: 60, EC and DD. RGB value is (96,236,221). Sum of RGB (Red+Green+Blue) = 96+236+221=553 (73% of max value = 765). Red value is 96 (37.89% from 255 or 17.36% from 553); Green value is 236 (92.58% from 255 or 42.68% from 553); Blue value is 221 (86.72% from 255 or 39.96% from 553); Max value from RGB is 236 - color contains mainly: green. Hex color #60ECDD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #60ECDD is #9F1322. Grayscale: #C0C0C0. Windows color (decimal): -10425123 or 14543968. OLE color: 14543968.
HSL color Cylindrical-coordinate representation of color #60ECDD: hue angle of 173.57º 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 #60ECDD is Cyan = 0.59, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 96 | 236 | 221 | - |
| CMYK | 0.59 | 0 | 0.06 | 0.07 |
| HSL | 173.57º | 0.79% | 0.65% | - |
| HSV(B) | 173.57º | 0.59% | 0.93% | - |
| XYZ | 47.87 | 67.7 | 78.95 | - |
| YUV | 192.43 | 144.12 | 59.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 236 | 221 | 0.59 | 0 | 0.06 | 0.07 | 173.57 | 0.79 | 0.65 |
| Hex | 60 | EC | DD | 3B | 0 | 6 | 7 | AE | 4F | 41 |
| Octal | 140 | 354 | 335 | 73 | 0 | 6 | 7 | 256 | 117 | 101 |
| Binary | 1100000 | 11101100 | 11011101 | 111011 | 0 | 110 | 111 | 10101110 | 1001111 | 1000001 |
Color Harmonies of #60ECDD
Complementary color
Monochromatic Colors of #60ECDD
Black with #60ECDD
Text Example
Text Example
White with #60ECDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60ECDD; }
p { color: rgb(96,236,221); }
H1.HeaderClassName
{
color: #60ECDD;
}
.AnyTagClassName
{
color: #60ECDD;
}
</style>
background-color css
<style>
a { background-color: #60ECDD; }
a { background-color: rgb(96,236,221); }
div.DivClassName
{
background-color: #60ECDD;
}
.BgClassName
{
background-color: #60ECDD;
}
</style>
border-color css
<style>
span { border-color: #60ECDD; }
span { border-color: rgb(96,236,221); }
td.TdClassName
{
border-color: #60ECDD;
}
.TagClassName
{
border-color: #60ECDD;
}
</style>