Shades of Medium Turquoise #60CECC
Tints of Medium Turquoise #60CECC
RGB
CMYK
RGB Variations
Color information
#60CECC (or 0x60CECC) is known color: Medium Turquoise. HEX triplet: 60, CE and CC. RGB value is (96,206,204). Sum of RGB (Red+Green+Blue) = 96+206+204=506 (67% of max value = 765). Red value is 96 (37.89% from 255 or 18.97% from 506); Green value is 206 (80.86% from 255 or 40.71% from 506); Blue value is 204 (80.08% from 255 or 40.32% from 506); Max value from RGB is 206 - color contains mainly: green. Hex color #60CECC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60CECC is #9F3133. Grayscale: #ACACAC. Windows color (decimal): -10432820 or 13422176. OLE color: 13422176.
HSL color Cylindrical-coordinate representation of color #60CECC: hue angle of 178.91º 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 #60CECC is Cyan = 0.53, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 96 | 206 | 204 | - |
| CMYK | 0.53 | 0 | 0.01 | 0.19 |
| HSL | 178.91º | 0.53% | 0.59% | - |
| HSV(B) | 178.91º | 0.53% | 0.81% | - |
| XYZ | 37.79 | 50.99 | 64.98 | - |
| YUV | 172.88 | 145.56 | 73.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 206 | 204 | 0.53 | 0 | 0.01 | 0.19 | 178.91 | 0.53 | 0.59 |
| Hex | 60 | CE | CC | 35 | 0 | 1 | 13 | B3 | 35 | 3B |
| Octal | 140 | 316 | 314 | 65 | 0 | 1 | 23 | 263 | 65 | 73 |
| Binary | 1100000 | 11001110 | 11001100 | 110101 | 0 | 1 | 10011 | 10110011 | 110101 | 111011 |
Color Harmonies of #60CECC
Complementary color
Monochromatic Colors of #60CECC
Black with #60CECC
Text Example
Text Example
White with #60CECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60CECC; }
p { color: rgb(96,206,204); }
H1.HeaderClassName
{
color: #60CECC;
}
.AnyTagClassName
{
color: #60CECC;
}
</style>
background-color css
<style>
a { background-color: #60CECC; }
a { background-color: rgb(96,206,204); }
div.DivClassName
{
background-color: #60CECC;
}
.BgClassName
{
background-color: #60CECC;
}
</style>
border-color css
<style>
span { border-color: #60CECC; }
span { border-color: rgb(96,206,204); }
td.TdClassName
{
border-color: #60CECC;
}
.TagClassName
{
border-color: #60CECC;
}
</style>