Shades of Medium Turquoise #60CACB
Tints of Medium Turquoise #60CACB
RGB
CMYK
RGB Variations
Color information
#60CACB (or 0x60CACB) is known color: Medium Turquoise. HEX triplet: 60, CA and CB. RGB value is (96,202,203). Sum of RGB (Red+Green+Blue) = 96+202+203=501 (66% of max value = 765). Red value is 96 (37.89% from 255 or 19.16% from 501); Green value is 202 (79.30% from 255 or 40.32% from 501); Blue value is 203 (79.69% from 255 or 40.52% from 501); Max value from RGB is 203 - color contains mainly: blue. Hex color #60CACB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60CACB is #9F3534. Grayscale: #AAAAAA. Windows color (decimal): -10433845 or 13355616. OLE color: 13355616.
HSL color Cylindrical-coordinate representation of color #60CACB: hue angle of 180.56º degrees, saturation: 0.51, 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 #60CACB is Cyan = 0.53, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 96 | 202 | 203 | - |
| CMYK | 0.53 | 0.00 | 0 | 0.20 |
| HSL | 180.56º | 0.51% | 0.59% | - |
| HSV(B) | 180.56º | 0.53% | 0.8% | - |
| XYZ | 36.72 | 49.04 | 64.03 | - |
| YUV | 170.42 | 146.38 | 74.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 202 | 203 | 0.53 | 0.00 | 0 | 0.20 | 180.56 | 0.51 | 0.59 |
| Hex | 60 | CA | CB | 35 | 0 | 0 | 14 | B5 | 33 | 3B |
| Octal | 140 | 312 | 313 | 65 | 0 | 0 | 24 | 265 | 63 | 73 |
| Binary | 1100000 | 11001010 | 11001011 | 110101 | 0 | 0 | 10100 | 10110101 | 110011 | 111011 |
Color Harmonies of #60CACB
Complementary color
Monochromatic Colors of #60CACB
Black with #60CACB
Text Example
Text Example
White with #60CACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60CACB; }
p { color: rgb(96,202,203); }
H1.HeaderClassName
{
color: #60CACB;
}
.AnyTagClassName
{
color: #60CACB;
}
</style>
background-color css
<style>
a { background-color: #60CACB; }
a { background-color: rgb(96,202,203); }
div.DivClassName
{
background-color: #60CACB;
}
.BgClassName
{
background-color: #60CACB;
}
</style>
border-color css
<style>
span { border-color: #60CACB; }
span { border-color: rgb(96,202,203); }
td.TdClassName
{
border-color: #60CACB;
}
.TagClassName
{
border-color: #60CACB;
}
</style>