Shades of Medium Turquoise #60D6CF
Tints of Medium Turquoise #60D6CF
RGB
CMYK
RGB Variations
Color information
#60D6CF (or 0x60D6CF) is known color: Medium Turquoise. HEX triplet: 60, D6 and CF. RGB value is (96,214,207). Sum of RGB (Red+Green+Blue) = 96+214+207=517 (68% of max value = 765). Red value is 96 (37.89% from 255 or 18.57% from 517); Green value is 214 (83.98% from 255 or 41.39% from 517); Blue value is 207 (81.25% from 255 or 40.04% from 517); Max value from RGB is 214 - color contains mainly: green. Hex color #60D6CF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60D6CF is #9F2930. Grayscale: #B1B1B1. Windows color (decimal): -10430769 or 13620832. OLE color: 13620832.
HSL color Cylindrical-coordinate representation of color #60D6CF: hue angle of 176.44º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #60D6CF is Cyan = 0.55, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 96 | 214 | 207 | - |
| CMYK | 0.55 | 0 | 0.03 | 0.16 |
| HSL | 176.44º | 0.59% | 0.61% | - |
| HSV(B) | 176.44º | 0.55% | 0.84% | - |
| XYZ | 40.13 | 55.08 | 67.55 | - |
| YUV | 177.92 | 144.41 | 69.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 214 | 207 | 0.55 | 0 | 0.03 | 0.16 | 176.44 | 0.59 | 0.61 |
| Hex | 60 | D6 | CF | 37 | 0 | 3 | 10 | B0 | 3B | 3D |
| Octal | 140 | 326 | 317 | 67 | 0 | 3 | 20 | 260 | 73 | 75 |
| Binary | 1100000 | 11010110 | 11001111 | 110111 | 0 | 11 | 10000 | 10110000 | 111011 | 111101 |
Color Harmonies of #60D6CF
Complementary color
Monochromatic Colors of #60D6CF
Black with #60D6CF
Text Example
Text Example
White with #60D6CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60D6CF; }
p { color: rgb(96,214,207); }
H1.HeaderClassName
{
color: #60D6CF;
}
.AnyTagClassName
{
color: #60D6CF;
}
</style>
background-color css
<style>
a { background-color: #60D6CF; }
a { background-color: rgb(96,214,207); }
div.DivClassName
{
background-color: #60D6CF;
}
.BgClassName
{
background-color: #60D6CF;
}
</style>
border-color css
<style>
span { border-color: #60D6CF; }
span { border-color: rgb(96,214,207); }
td.TdClassName
{
border-color: #60D6CF;
}
.TagClassName
{
border-color: #60D6CF;
}
</style>