Shades of Medium Turquoise #60C7CB
Tints of Medium Turquoise #60C7CB
RGB
CMYK
RGB Variations
Color information
#60C7CB (or 0x60C7CB) is known color: Medium Turquoise. HEX triplet: 60, C7 and CB. RGB value is (96,199,203). Sum of RGB (Red+Green+Blue) = 96+199+203=498 (65% of max value = 765). Red value is 96 (37.89% from 255 or 19.28% from 498); Green value is 199 (78.12% from 255 or 39.96% from 498); Blue value is 203 (79.69% from 255 or 40.76% from 498); Max value from RGB is 203 - color contains mainly: blue. Hex color #60C7CB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60C7CB is #9F3834. Grayscale: #A8A8A8. Windows color (decimal): -10434613 or 13354848. OLE color: 13354848.
HSL color Cylindrical-coordinate representation of color #60C7CB: hue angle of 182.24º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #60C7CB is Cyan = 0.53, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 96 | 199 | 203 | - |
| CMYK | 0.53 | 0.02 | 0 | 0.20 |
| HSL | 182.24º | 0.51% | 0.59% | - |
| HSV(B) | 182.24º | 0.53% | 0.8% | - |
| XYZ | 36.03 | 47.65 | 63.8 | - |
| YUV | 168.66 | 147.38 | 76.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 199 | 203 | 0.53 | 0.02 | 0 | 0.20 | 182.24 | 0.51 | 0.59 |
| Hex | 60 | C7 | CB | 35 | 2 | 0 | 14 | B6 | 33 | 3B |
| Octal | 140 | 307 | 313 | 65 | 2 | 0 | 24 | 266 | 63 | 73 |
| Binary | 1100000 | 11000111 | 11001011 | 110101 | 10 | 0 | 10100 | 10110110 | 110011 | 111011 |
Color Harmonies of #60C7CB
Complementary color
Monochromatic Colors of #60C7CB
Black with #60C7CB
Text Example
Text Example
White with #60C7CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60C7CB; }
p { color: rgb(96,199,203); }
H1.HeaderClassName
{
color: #60C7CB;
}
.AnyTagClassName
{
color: #60C7CB;
}
</style>
background-color css
<style>
a { background-color: #60C7CB; }
a { background-color: rgb(96,199,203); }
div.DivClassName
{
background-color: #60C7CB;
}
.BgClassName
{
background-color: #60C7CB;
}
</style>
border-color css
<style>
span { border-color: #60C7CB; }
span { border-color: rgb(96,199,203); }
td.TdClassName
{
border-color: #60C7CB;
}
.TagClassName
{
border-color: #60C7CB;
}
</style>