Shades of Medium Turquoise #60CECD
Tints of Medium Turquoise #60CECD
RGB
CMYK
RGB Variations
Color information
#60CECD (or 0x60CECD) is known color: Medium Turquoise. HEX triplet: 60, CE and CD. RGB value is (96,206,205). Sum of RGB (Red+Green+Blue) = 96+206+205=507 (67% of max value = 765). Red value is 96 (37.89% from 255 or 18.93% from 507); Green value is 206 (80.86% from 255 or 40.63% from 507); Blue value is 205 (80.47% from 255 or 40.43% from 507); Max value from RGB is 206 - color contains mainly: green. Hex color #60CECD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60CECD is #9F3132. Grayscale: #ACACAC. Windows color (decimal): -10432819 or 13487712. OLE color: 13487712.
HSL color Cylindrical-coordinate representation of color #60CECD: hue angle of 179.45º 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 #60CECD is Cyan = 0.53, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 96 | 206 | 205 | - |
| CMYK | 0.53 | 0 | 0.00 | 0.19 |
| HSL | 179.45º | 0.53% | 0.59% | - |
| HSV(B) | 179.45º | 0.53% | 0.81% | - |
| XYZ | 37.91 | 51.04 | 65.61 | - |
| YUV | 173 | 146.06 | 73.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 206 | 205 | 0.53 | 0 | 0.00 | 0.19 | 179.45 | 0.53 | 0.59 |
| Hex | 60 | CE | CD | 35 | 0 | 0 | 13 | B3 | 35 | 3B |
| Octal | 140 | 316 | 315 | 65 | 0 | 0 | 23 | 263 | 65 | 73 |
| Binary | 1100000 | 11001110 | 11001101 | 110101 | 0 | 0 | 10011 | 10110011 | 110101 | 111011 |
Color Harmonies of #60CECD
Complementary color
Monochromatic Colors of #60CECD
Black with #60CECD
Text Example
Text Example
White with #60CECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60CECD; }
p { color: rgb(96,206,205); }
H1.HeaderClassName
{
color: #60CECD;
}
.AnyTagClassName
{
color: #60CECD;
}
</style>
background-color css
<style>
a { background-color: #60CECD; }
a { background-color: rgb(96,206,205); }
div.DivClassName
{
background-color: #60CECD;
}
.BgClassName
{
background-color: #60CECD;
}
</style>
border-color css
<style>
span { border-color: #60CECD; }
span { border-color: rgb(96,206,205); }
td.TdClassName
{
border-color: #60CECD;
}
.TagClassName
{
border-color: #60CECD;
}
</style>