Shades of Medium Turquoise #60CACE
Tints of Medium Turquoise #60CACE
RGB
CMYK
RGB Variations
Color information
#60CACE (or 0x60CACE) is known color: Medium Turquoise. HEX triplet: 60, CA and CE. RGB value is (96,202,206). Sum of RGB (Red+Green+Blue) = 96+202+206=504 (66% of max value = 765). Red value is 96 (37.89% from 255 or 19.05% from 504); Green value is 202 (79.30% from 255 or 40.08% from 504); Blue value is 206 (80.86% from 255 or 40.87% from 504); Max value from RGB is 206 - color contains mainly: blue. Hex color #60CACE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60CACE is #9F3531. Grayscale: #AAAAAA. Windows color (decimal): -10433842 or 13552224. OLE color: 13552224.
HSL color Cylindrical-coordinate representation of color #60CACE: hue angle of 182.18º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #60CACE is Cyan = 0.53, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 96 | 202 | 206 | - |
| CMYK | 0.53 | 0.02 | 0 | 0.19 |
| HSL | 182.18º | 0.53% | 0.59% | - |
| HSV(B) | 182.18º | 0.53% | 0.81% | - |
| XYZ | 37.08 | 49.18 | 65.93 | - |
| YUV | 170.76 | 147.88 | 74.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 202 | 206 | 0.53 | 0.02 | 0 | 0.19 | 182.18 | 0.53 | 0.59 |
| Hex | 60 | CA | CE | 35 | 2 | 0 | 13 | B6 | 35 | 3B |
| Octal | 140 | 312 | 316 | 65 | 2 | 0 | 23 | 266 | 65 | 73 |
| Binary | 1100000 | 11001010 | 11001110 | 110101 | 10 | 0 | 10011 | 10110110 | 110101 | 111011 |
Color Harmonies of #60CACE
Complementary color
Monochromatic Colors of #60CACE
Black with #60CACE
Text Example
Text Example
White with #60CACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60CACE; }
p { color: rgb(96,202,206); }
H1.HeaderClassName
{
color: #60CACE;
}
.AnyTagClassName
{
color: #60CACE;
}
</style>
background-color css
<style>
a { background-color: #60CACE; }
a { background-color: rgb(96,202,206); }
div.DivClassName
{
background-color: #60CACE;
}
.BgClassName
{
background-color: #60CACE;
}
</style>
border-color css
<style>
span { border-color: #60CACE; }
span { border-color: rgb(96,202,206); }
td.TdClassName
{
border-color: #60CACE;
}
.TagClassName
{
border-color: #60CACE;
}
</style>