Shades of Medium Turquoise #60D6CE
Tints of Medium Turquoise #60D6CE
RGB
CMYK
RGB Variations
Color information
#60D6CE (or 0x60D6CE) is known color: Medium Turquoise. HEX triplet: 60, D6 and CE. RGB value is (96,214,206). Sum of RGB (Red+Green+Blue) = 96+214+206=516 (68% of max value = 765). Red value is 96 (37.89% from 255 or 18.60% from 516); Green value is 214 (83.98% from 255 or 41.47% from 516); Blue value is 206 (80.86% from 255 or 39.92% from 516); Max value from RGB is 214 - color contains mainly: green. Hex color #60D6CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60D6CE is #9F2931. Grayscale: #B1B1B1. Windows color (decimal): -10430770 or 13555296. OLE color: 13555296.
HSL color Cylindrical-coordinate representation of color #60D6CE: hue angle of 175.93º 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 #60D6CE is Cyan = 0.55, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 96 | 214 | 206 | - |
| CMYK | 0.55 | 0 | 0.04 | 0.16 |
| HSL | 175.93º | 0.59% | 0.61% | - |
| HSV(B) | 175.93º | 0.55% | 0.84% | - |
| XYZ | 40.01 | 55.04 | 66.91 | - |
| YUV | 177.81 | 143.91 | 69.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 214 | 206 | 0.55 | 0 | 0.04 | 0.16 | 175.93 | 0.59 | 0.61 |
| Hex | 60 | D6 | CE | 37 | 0 | 4 | 10 | B0 | 3B | 3D |
| Octal | 140 | 326 | 316 | 67 | 0 | 4 | 20 | 260 | 73 | 75 |
| Binary | 1100000 | 11010110 | 11001110 | 110111 | 0 | 100 | 10000 | 10110000 | 111011 | 111101 |
Color Harmonies of #60D6CE
Complementary color
Monochromatic Colors of #60D6CE
Black with #60D6CE
Text Example
Text Example
White with #60D6CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60D6CE; }
p { color: rgb(96,214,206); }
H1.HeaderClassName
{
color: #60D6CE;
}
.AnyTagClassName
{
color: #60D6CE;
}
</style>
background-color css
<style>
a { background-color: #60D6CE; }
a { background-color: rgb(96,214,206); }
div.DivClassName
{
background-color: #60D6CE;
}
.BgClassName
{
background-color: #60D6CE;
}
</style>
border-color css
<style>
span { border-color: #60D6CE; }
span { border-color: rgb(96,214,206); }
td.TdClassName
{
border-color: #60D6CE;
}
.TagClassName
{
border-color: #60D6CE;
}
</style>