Shades of Medium Turquoise #60D7D3
Tints of Medium Turquoise #60D7D3
RGB
CMYK
RGB Variations
Color information
#60D7D3 (or 0x60D7D3) is known color: Medium Turquoise. HEX triplet: 60, D7 and D3. RGB value is (96,215,211). Sum of RGB (Red+Green+Blue) = 96+215+211=522 (69% of max value = 765). Red value is 96 (37.89% from 255 or 18.39% from 522); Green value is 215 (84.38% from 255 or 41.19% from 522); Blue value is 211 (82.81% from 255 or 40.42% from 522); Max value from RGB is 215 - color contains mainly: green. Hex color #60D7D3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60D7D3 is #9F282C. Grayscale: #B2B2B2. Windows color (decimal): -10430509 or 13883232. OLE color: 13883232.
HSL color Cylindrical-coordinate representation of color #60D7D3: hue angle of 177.98º 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 #60D7D3 is Cyan = 0.55, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 96 | 215 | 211 | - |
| CMYK | 0.55 | 0 | 0.02 | 0.16 |
| HSL | 177.98º | 0.6% | 0.61% | - |
| HSV(B) | 177.98º | 0.55% | 0.84% | - |
| XYZ | 40.88 | 55.79 | 70.24 | - |
| YUV | 178.96 | 146.08 | 68.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 215 | 211 | 0.55 | 0 | 0.02 | 0.16 | 177.98 | 0.6 | 0.61 |
| Hex | 60 | D7 | D3 | 37 | 0 | 2 | 10 | B2 | 3C | 3D |
| Octal | 140 | 327 | 323 | 67 | 0 | 2 | 20 | 262 | 74 | 75 |
| Binary | 1100000 | 11010111 | 11010011 | 110111 | 0 | 10 | 10000 | 10110010 | 111100 | 111101 |
Color Harmonies of #60D7D3
Complementary color
Monochromatic Colors of #60D7D3
Black with #60D7D3
Text Example
Text Example
White with #60D7D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60D7D3; }
p { color: rgb(96,215,211); }
H1.HeaderClassName
{
color: #60D7D3;
}
.AnyTagClassName
{
color: #60D7D3;
}
</style>
background-color css
<style>
a { background-color: #60D7D3; }
a { background-color: rgb(96,215,211); }
div.DivClassName
{
background-color: #60D7D3;
}
.BgClassName
{
background-color: #60D7D3;
}
</style>
border-color css
<style>
span { border-color: #60D7D3; }
span { border-color: rgb(96,215,211); }
td.TdClassName
{
border-color: #60D7D3;
}
.TagClassName
{
border-color: #60D7D3;
}
</style>