Shades of Turquoise Blue #60ECDF
Tints of Turquoise Blue #60ECDF
RGB
CMYK
RGB Variations
Color information
#60ECDF (or 0x60ECDF) is known color: Turquoise Blue. HEX triplet: 60, EC and DF. RGB value is (96,236,223). Sum of RGB (Red+Green+Blue) = 96+236+223=555 (73% of max value = 765). Red value is 96 (37.89% from 255 or 17.30% from 555); Green value is 236 (92.58% from 255 or 42.52% from 555); Blue value is 223 (87.5% from 255 or 40.18% from 555); Max value from RGB is 236 - color contains mainly: green. Hex color #60ECDF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #60ECDF is #9F1320. Grayscale: #C0C0C0. Windows color (decimal): -10425121 or 14675040. OLE color: 14675040.
HSL color Cylindrical-coordinate representation of color #60ECDF: hue angle of 174.43º 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 #60ECDF is Cyan = 0.59, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 96 | 236 | 223 | - |
| CMYK | 0.59 | 0 | 0.06 | 0.07 |
| HSL | 174.43º | 0.79% | 0.65% | - |
| HSV(B) | 174.43º | 0.59% | 0.93% | - |
| XYZ | 48.14 | 67.81 | 80.36 | - |
| YUV | 192.66 | 145.12 | 59.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 236 | 223 | 0.59 | 0 | 0.06 | 0.07 | 174.43 | 0.79 | 0.65 |
| Hex | 60 | EC | DF | 3B | 0 | 6 | 7 | AE | 4F | 41 |
| Octal | 140 | 354 | 337 | 73 | 0 | 6 | 7 | 256 | 117 | 101 |
| Binary | 1100000 | 11101100 | 11011111 | 111011 | 0 | 110 | 111 | 10101110 | 1001111 | 1000001 |
Color Harmonies of #60ECDF
Complementary color
Monochromatic Colors of #60ECDF
Black with #60ECDF
Text Example
Text Example
White with #60ECDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60ECDF; }
p { color: rgb(96,236,223); }
H1.HeaderClassName
{
color: #60ECDF;
}
.AnyTagClassName
{
color: #60ECDF;
}
</style>
background-color css
<style>
a { background-color: #60ECDF; }
a { background-color: rgb(96,236,223); }
div.DivClassName
{
background-color: #60ECDF;
}
.BgClassName
{
background-color: #60ECDF;
}
</style>
border-color css
<style>
span { border-color: #60ECDF; }
span { border-color: rgb(96,236,223); }
td.TdClassName
{
border-color: #60ECDF;
}
.TagClassName
{
border-color: #60ECDF;
}
</style>