Shades of Medium Turquoise #60D7D0
Tints of Medium Turquoise #60D7D0
RGB
CMYK
RGB Variations
Color information
#60D7D0 (or 0x60D7D0) is known color: Medium Turquoise. HEX triplet: 60, D7 and D0. RGB value is (96,215,208). Sum of RGB (Red+Green+Blue) = 96+215+208=519 (68% of max value = 765). Red value is 96 (37.89% from 255 or 18.50% from 519); Green value is 215 (84.38% from 255 or 41.43% from 519); Blue value is 208 (81.64% from 255 or 40.08% from 519); Max value from RGB is 215 - color contains mainly: green. Hex color #60D7D0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60D7D0 is #9F282F. Grayscale: #B2B2B2. Windows color (decimal): -10430512 or 13686624. OLE color: 13686624.
HSL color Cylindrical-coordinate representation of color #60D7D0: hue angle of 176.47º degrees, saturation: 0.6, 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 #60D7D0 is Cyan = 0.55, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 96 | 215 | 208 | - |
| CMYK | 0.55 | 0 | 0.03 | 0.16 |
| HSL | 176.47º | 0.6% | 0.61% | - |
| HSV(B) | 176.47º | 0.55% | 0.84% | - |
| XYZ | 40.51 | 55.64 | 68.28 | - |
| YUV | 178.62 | 144.58 | 69.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 215 | 208 | 0.55 | 0 | 0.03 | 0.16 | 176.47 | 0.6 | 0.61 |
| Hex | 60 | D7 | D0 | 37 | 0 | 3 | 10 | B0 | 3C | 3D |
| Octal | 140 | 327 | 320 | 67 | 0 | 3 | 20 | 260 | 74 | 75 |
| Binary | 1100000 | 11010111 | 11010000 | 110111 | 0 | 11 | 10000 | 10110000 | 111100 | 111101 |
Color Harmonies of #60D7D0
Complementary color
Monochromatic Colors of #60D7D0
Black with #60D7D0
Text Example
Text Example
White with #60D7D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60D7D0; }
p { color: rgb(96,215,208); }
H1.HeaderClassName
{
color: #60D7D0;
}
.AnyTagClassName
{
color: #60D7D0;
}
</style>
background-color css
<style>
a { background-color: #60D7D0; }
a { background-color: rgb(96,215,208); }
div.DivClassName
{
background-color: #60D7D0;
}
.BgClassName
{
background-color: #60D7D0;
}
</style>
border-color css
<style>
span { border-color: #60D7D0; }
span { border-color: rgb(96,215,208); }
td.TdClassName
{
border-color: #60D7D0;
}
.TagClassName
{
border-color: #60D7D0;
}
</style>