Shades of Medium Turquoise #60C8CA
Tints of Medium Turquoise #60C8CA
RGB
CMYK
RGB Variations
Color information
#60C8CA (or 0x60C8CA) is known color: Medium Turquoise. HEX triplet: 60, C8 and CA. RGB value is (96,200,202). Sum of RGB (Red+Green+Blue) = 96+200+202=498 (65% of max value = 765). Red value is 96 (37.89% from 255 or 19.28% from 498); Green value is 200 (78.52% from 255 or 40.16% from 498); Blue value is 202 (79.30% from 255 or 40.56% from 498); Max value from RGB is 202 - color contains mainly: blue. Hex color #60C8CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60C8CA is #9F3735. Grayscale: #A9A9A9. Windows color (decimal): -10434358 or 13289568. OLE color: 13289568.
HSL color Cylindrical-coordinate representation of color #60C8CA: hue angle of 181.13º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #60C8CA is Cyan = 0.52, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 96 | 200 | 202 | - |
| CMYK | 0.52 | 0.01 | 0 | 0.21 |
| HSL | 181.13º | 0.5% | 0.58% | - |
| HSV(B) | 181.13º | 0.52% | 0.79% | - |
| XYZ | 36.14 | 48.06 | 63.25 | - |
| YUV | 169.13 | 146.54 | 75.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 200 | 202 | 0.52 | 0.01 | 0 | 0.21 | 181.13 | 0.5 | 0.58 |
| Hex | 60 | C8 | CA | 34 | 1 | 0 | 15 | B5 | 32 | 3A |
| Octal | 140 | 310 | 312 | 64 | 1 | 0 | 25 | 265 | 62 | 72 |
| Binary | 1100000 | 11001000 | 11001010 | 110100 | 1 | 0 | 10101 | 10110101 | 110010 | 111010 |
Color Harmonies of #60C8CA
Complementary color
Monochromatic Colors of #60C8CA
Black with #60C8CA
Text Example
Text Example
White with #60C8CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60C8CA; }
p { color: rgb(96,200,202); }
H1.HeaderClassName
{
color: #60C8CA;
}
.AnyTagClassName
{
color: #60C8CA;
}
</style>
background-color css
<style>
a { background-color: #60C8CA; }
a { background-color: rgb(96,200,202); }
div.DivClassName
{
background-color: #60C8CA;
}
.BgClassName
{
background-color: #60C8CA;
}
</style>
border-color css
<style>
span { border-color: #60C8CA; }
span { border-color: rgb(96,200,202); }
td.TdClassName
{
border-color: #60C8CA;
}
.TagClassName
{
border-color: #60C8CA;
}
</style>