Shades of Medium Turquoise #60C9CE
Tints of Medium Turquoise #60C9CE
RGB
CMYK
RGB Variations
Color information
#60C9CE (or 0x60C9CE) is known color: Medium Turquoise. HEX triplet: 60, C9 and CE. RGB value is (96,201,206). Sum of RGB (Red+Green+Blue) = 96+201+206=503 (66% of max value = 765). Red value is 96 (37.89% from 255 or 19.09% from 503); Green value is 201 (78.91% from 255 or 39.96% from 503); Blue value is 206 (80.86% from 255 or 40.95% from 503); Max value from RGB is 206 - color contains mainly: blue. Hex color #60C9CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60C9CE is #9F3631. Grayscale: #AAAAAA. Windows color (decimal): -10434098 or 13551968. OLE color: 13551968.
HSL color Cylindrical-coordinate representation of color #60C9CE: hue angle of 182.73º 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 #60C9CE is Cyan = 0.53, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 96 | 201 | 206 | - |
| CMYK | 0.53 | 0.02 | 0 | 0.19 |
| HSL | 182.73º | 0.53% | 0.59% | - |
| HSV(B) | 182.73º | 0.53% | 0.81% | - |
| XYZ | 36.85 | 48.72 | 65.85 | - |
| YUV | 170.18 | 148.21 | 75.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 201 | 206 | 0.53 | 0.02 | 0 | 0.19 | 182.73 | 0.53 | 0.59 |
| Hex | 60 | C9 | CE | 35 | 2 | 0 | 13 | B7 | 35 | 3B |
| Octal | 140 | 311 | 316 | 65 | 2 | 0 | 23 | 267 | 65 | 73 |
| Binary | 1100000 | 11001001 | 11001110 | 110101 | 10 | 0 | 10011 | 10110111 | 110101 | 111011 |
Color Harmonies of #60C9CE
Complementary color
Monochromatic Colors of #60C9CE
Black with #60C9CE
Text Example
Text Example
White with #60C9CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60C9CE; }
p { color: rgb(96,201,206); }
H1.HeaderClassName
{
color: #60C9CE;
}
.AnyTagClassName
{
color: #60C9CE;
}
</style>
background-color css
<style>
a { background-color: #60C9CE; }
a { background-color: rgb(96,201,206); }
div.DivClassName
{
background-color: #60C9CE;
}
.BgClassName
{
background-color: #60C9CE;
}
</style>
border-color css
<style>
span { border-color: #60C9CE; }
span { border-color: rgb(96,201,206); }
td.TdClassName
{
border-color: #60C9CE;
}
.TagClassName
{
border-color: #60C9CE;
}
</style>