Shades of Medium Turquoise #60CDCC
Tints of Medium Turquoise #60CDCC
RGB
CMYK
RGB Variations
Color information
#60CDCC (or 0x60CDCC) is known color: Medium Turquoise. HEX triplet: 60, CD and CC. RGB value is (96,205,204). Sum of RGB (Red+Green+Blue) = 96+205+204=505 (66% of max value = 765). Red value is 96 (37.89% from 255 or 19.01% from 505); Green value is 205 (80.47% from 255 or 40.59% from 505); Blue value is 204 (80.08% from 255 or 40.40% from 505); Max value from RGB is 205 - color contains mainly: green. Hex color #60CDCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60CDCC is #9F3233. Grayscale: #ACACAC. Windows color (decimal): -10433076 or 13421920. OLE color: 13421920.
HSL color Cylindrical-coordinate representation of color #60CDCC: hue angle of 179.45º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #60CDCC is Cyan = 0.53, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 96 | 205 | 204 | - |
| CMYK | 0.53 | 0 | 0.00 | 0.20 |
| HSL | 179.45º | 0.52% | 0.59% | - |
| HSV(B) | 179.45º | 0.53% | 0.8% | - |
| XYZ | 37.55 | 50.51 | 64.9 | - |
| YUV | 172.3 | 145.89 | 73.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 205 | 204 | 0.53 | 0 | 0.00 | 0.20 | 179.45 | 0.52 | 0.59 |
| Hex | 60 | CD | CC | 35 | 0 | 0 | 14 | B3 | 34 | 3B |
| Octal | 140 | 315 | 314 | 65 | 0 | 0 | 24 | 263 | 64 | 73 |
| Binary | 1100000 | 11001101 | 11001100 | 110101 | 0 | 0 | 10100 | 10110011 | 110100 | 111011 |
Color Harmonies of #60CDCC
Complementary color
Monochromatic Colors of #60CDCC
Black with #60CDCC
Text Example
Text Example
White with #60CDCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60CDCC; }
p { color: rgb(96,205,204); }
H1.HeaderClassName
{
color: #60CDCC;
}
.AnyTagClassName
{
color: #60CDCC;
}
</style>
background-color css
<style>
a { background-color: #60CDCC; }
a { background-color: rgb(96,205,204); }
div.DivClassName
{
background-color: #60CDCC;
}
.BgClassName
{
background-color: #60CDCC;
}
</style>
border-color css
<style>
span { border-color: #60CDCC; }
span { border-color: rgb(96,205,204); }
td.TdClassName
{
border-color: #60CDCC;
}
.TagClassName
{
border-color: #60CDCC;
}
</style>