Shades of Medium Turquoise #60CECE
Tints of Medium Turquoise #60CECE
RGB
CMYK
RGB Variations
Color information
#60CECE (or 0x60CECE) is known color: Medium Turquoise. HEX triplet: 60, CE and CE. RGB value is (96,206,206). Sum of RGB (Red+Green+Blue) = 96+206+206=508 (67% of max value = 765). Red value is 96 (37.89% from 255 or 18.90% from 508); Green value is 206 (80.86% from 255 or 40.55% from 508); Blue value is 206 (80.86% from 255 or 40.55% from 508); Max value from RGB is 206 - color contains mainly: green, blue. Hex color #60CECE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60CECE is #9F3131. Grayscale: #ACACAC. Windows color (decimal): -10432818 or 13553248. OLE color: 13553248.
HSL color Cylindrical-coordinate representation of color #60CECE: hue angle of 180º 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 #60CECE is Cyan = 0.53, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 96 | 206 | 206 | - |
| CMYK | 0.53 | 0 | 0 | 0.19 |
| HSL | 180º | 0.53% | 0.59% | - |
| HSV(B) | 180º | 0.53% | 0.81% | - |
| XYZ | 38.04 | 51.09 | 66.25 | - |
| YUV | 173.11 | 146.56 | 73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 206 | 206 | 0.53 | 0 | 0 | 0.19 | 180 | 0.53 | 0.59 |
| Hex | 60 | CE | CE | 35 | 0 | 0 | 13 | B4 | 35 | 3B |
| Octal | 140 | 316 | 316 | 65 | 0 | 0 | 23 | 264 | 65 | 73 |
| Binary | 1100000 | 11001110 | 11001110 | 110101 | 0 | 0 | 10011 | 10110100 | 110101 | 111011 |
Color Harmonies of #60CECE
Complementary color
Monochromatic Colors of #60CECE
Black with #60CECE
Text Example
Text Example
White with #60CECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60CECE; }
p { color: rgb(96,206,206); }
H1.HeaderClassName
{
color: #60CECE;
}
.AnyTagClassName
{
color: #60CECE;
}
</style>
background-color css
<style>
a { background-color: #60CECE; }
a { background-color: rgb(96,206,206); }
div.DivClassName
{
background-color: #60CECE;
}
.BgClassName
{
background-color: #60CECE;
}
</style>
border-color css
<style>
span { border-color: #60CECE; }
span { border-color: rgb(96,206,206); }
td.TdClassName
{
border-color: #60CECE;
}
.TagClassName
{
border-color: #60CECE;
}
</style>