Shades of Medium Turquoise #60CFCC
Tints of Medium Turquoise #60CFCC
RGB
CMYK
RGB Variations
Color information
#60CFCC (or 0x60CFCC) is known color: Medium Turquoise. HEX triplet: 60, CF and CC. RGB value is (96,207,204). Sum of RGB (Red+Green+Blue) = 96+207+204=507 (67% of max value = 765). Red value is 96 (37.89% from 255 or 18.93% from 507); Green value is 207 (81.25% from 255 or 40.83% from 507); Blue value is 204 (80.08% from 255 or 40.24% from 507); Max value from RGB is 207 - color contains mainly: green. Hex color #60CFCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60CFCC is #9F3033. Grayscale: #ADADAD. Windows color (decimal): -10432564 or 13422432. OLE color: 13422432.
HSL color Cylindrical-coordinate representation of color #60CFCC: hue angle of 178.38º 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 #60CFCC is Cyan = 0.54, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 96 | 207 | 204 | - |
| CMYK | 0.54 | 0 | 0.01 | 0.19 |
| HSL | 178.38º | 0.54% | 0.59% | - |
| HSV(B) | 178.38º | 0.54% | 0.81% | - |
| XYZ | 38.04 | 51.47 | 65.06 | - |
| YUV | 173.47 | 145.23 | 72.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 207 | 204 | 0.54 | 0 | 0.01 | 0.19 | 178.38 | 0.54 | 0.59 |
| Hex | 60 | CF | CC | 36 | 0 | 1 | 13 | B2 | 36 | 3B |
| Octal | 140 | 317 | 314 | 66 | 0 | 1 | 23 | 262 | 66 | 73 |
| Binary | 1100000 | 11001111 | 11001100 | 110110 | 0 | 1 | 10011 | 10110010 | 110110 | 111011 |
Color Harmonies of #60CFCC
Complementary color
Monochromatic Colors of #60CFCC
Black with #60CFCC
Text Example
Text Example
White with #60CFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60CFCC; }
p { color: rgb(96,207,204); }
H1.HeaderClassName
{
color: #60CFCC;
}
.AnyTagClassName
{
color: #60CFCC;
}
</style>
background-color css
<style>
a { background-color: #60CFCC; }
a { background-color: rgb(96,207,204); }
div.DivClassName
{
background-color: #60CFCC;
}
.BgClassName
{
background-color: #60CFCC;
}
</style>
border-color css
<style>
span { border-color: #60CFCC; }
span { border-color: rgb(96,207,204); }
td.TdClassName
{
border-color: #60CFCC;
}
.TagClassName
{
border-color: #60CFCC;
}
</style>