Shades of Medium Turquoise #60CFCD
Tints of Medium Turquoise #60CFCD
RGB
CMYK
RGB Variations
Color information
#60CFCD (or 0x60CFCD) is known color: Medium Turquoise. HEX triplet: 60, CF and CD. RGB value is (96,207,205). Sum of RGB (Red+Green+Blue) = 96+207+205=508 (67% of max value = 765). Red value is 96 (37.89% from 255 or 18.90% from 508); Green value is 207 (81.25% from 255 or 40.75% from 508); Blue value is 205 (80.47% from 255 or 40.35% from 508); Max value from RGB is 207 - color contains mainly: green. Hex color #60CFCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60CFCD is #9F3032. Grayscale: #ADADAD. Windows color (decimal): -10432563 or 13487968. OLE color: 13487968.
HSL color Cylindrical-coordinate representation of color #60CFCD: hue angle of 178.92º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #60CFCD is Cyan = 0.54, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 96 | 207 | 205 | - |
| CMYK | 0.54 | 0 | 0.01 | 0.19 |
| HSL | 178.92º | 0.54% | 0.59% | - |
| HSV(B) | 178.92º | 0.54% | 0.81% | - |
| XYZ | 38.16 | 51.52 | 65.69 | - |
| YUV | 173.58 | 145.73 | 72.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 207 | 205 | 0.54 | 0 | 0.01 | 0.19 | 178.92 | 0.54 | 0.59 |
| Hex | 60 | CF | CD | 36 | 0 | 1 | 13 | B3 | 36 | 3B |
| Octal | 140 | 317 | 315 | 66 | 0 | 1 | 23 | 263 | 66 | 73 |
| Binary | 1100000 | 11001111 | 11001101 | 110110 | 0 | 1 | 10011 | 10110011 | 110110 | 111011 |
Color Harmonies of #60CFCD
Complementary color
Monochromatic Colors of #60CFCD
Black with #60CFCD
Text Example
Text Example
White with #60CFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60CFCD; }
p { color: rgb(96,207,205); }
H1.HeaderClassName
{
color: #60CFCD;
}
.AnyTagClassName
{
color: #60CFCD;
}
</style>
background-color css
<style>
a { background-color: #60CFCD; }
a { background-color: rgb(96,207,205); }
div.DivClassName
{
background-color: #60CFCD;
}
.BgClassName
{
background-color: #60CFCD;
}
</style>
border-color css
<style>
span { border-color: #60CFCD; }
span { border-color: rgb(96,207,205); }
td.TdClassName
{
border-color: #60CFCD;
}
.TagClassName
{
border-color: #60CFCD;
}
</style>