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