Shades of Medium Turquoise #60C7CC
Tints of Medium Turquoise #60C7CC
RGB
CMYK
RGB Variations
Color information
#60C7CC (or 0x60C7CC) is known color: Medium Turquoise. HEX triplet: 60, C7 and CC. RGB value is (96,199,204). Sum of RGB (Red+Green+Blue) = 96+199+204=499 (66% of max value = 765). Red value is 96 (37.89% from 255 or 19.24% from 499); Green value is 199 (78.12% from 255 or 39.88% from 499); Blue value is 204 (80.08% from 255 or 40.88% from 499); Max value from RGB is 204 - color contains mainly: blue. Hex color #60C7CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60C7CC is #9F3833. Grayscale: #A8A8A8. Windows color (decimal): -10434612 or 13420384. OLE color: 13420384.
HSL color Cylindrical-coordinate representation of color #60C7CC: hue angle of 182.78º 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 #60C7CC is Cyan = 0.53, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 96 | 199 | 204 | - |
| CMYK | 0.53 | 0.02 | 0 | 0.2 |
| HSL | 182.78º | 0.51% | 0.59% | - |
| HSV(B) | 182.78º | 0.53% | 0.8% | - |
| XYZ | 36.15 | 47.69 | 64.43 | - |
| YUV | 168.77 | 147.88 | 76.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 199 | 204 | 0.53 | 0.02 | 0 | 0.2 | 182.78 | 0.51 | 0.59 |
| Hex | 60 | C7 | CC | 35 | 2 | 0 | 14 | B7 | 33 | 3B |
| Octal | 140 | 307 | 314 | 65 | 2 | 0 | 24 | 267 | 63 | 73 |
| Binary | 1100000 | 11000111 | 11001100 | 110101 | 10 | 0 | 10100 | 10110111 | 110011 | 111011 |
Color Harmonies of #60C7CC
Complementary color
Monochromatic Colors of #60C7CC
Black with #60C7CC
Text Example
Text Example
White with #60C7CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60C7CC; }
p { color: rgb(96,199,204); }
H1.HeaderClassName
{
color: #60C7CC;
}
.AnyTagClassName
{
color: #60C7CC;
}
</style>
background-color css
<style>
a { background-color: #60C7CC; }
a { background-color: rgb(96,199,204); }
div.DivClassName
{
background-color: #60C7CC;
}
.BgClassName
{
background-color: #60C7CC;
}
</style>
border-color css
<style>
span { border-color: #60C7CC; }
span { border-color: rgb(96,199,204); }
td.TdClassName
{
border-color: #60C7CC;
}
.TagClassName
{
border-color: #60C7CC;
}
</style>