Shades of Medium Turquoise #60C6CC
Tints of Medium Turquoise #60C6CC
RGB
CMYK
RGB Variations
Color information
#60C6CC (or 0x60C6CC) is known color: Medium Turquoise. HEX triplet: 60, C6 and CC. RGB value is (96,198,204). Sum of RGB (Red+Green+Blue) = 96+198+204=498 (65% of max value = 765). Red value is 96 (37.89% from 255 or 19.28% from 498); Green value is 198 (77.73% from 255 or 39.76% from 498); Blue value is 204 (80.08% from 255 or 40.96% from 498); Max value from RGB is 204 - color contains mainly: blue. Hex color #60C6CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60C6CC is #9F3933. Grayscale: #A8A8A8. Windows color (decimal): -10434868 or 13420128. OLE color: 13420128.
HSL color Cylindrical-coordinate representation of color #60C6CC: hue angle of 183.33º 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 #60C6CC is Cyan = 0.53, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 96 | 198 | 204 | - |
| CMYK | 0.53 | 0.03 | 0 | 0.2 |
| HSL | 183.33º | 0.51% | 0.59% | - |
| HSV(B) | 183.33º | 0.53% | 0.8% | - |
| XYZ | 35.92 | 47.23 | 64.35 | - |
| YUV | 168.19 | 148.21 | 76.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 198 | 204 | 0.53 | 0.03 | 0 | 0.2 | 183.33 | 0.51 | 0.59 |
| Hex | 60 | C6 | CC | 35 | 3 | 0 | 14 | B7 | 33 | 3B |
| Octal | 140 | 306 | 314 | 65 | 3 | 0 | 24 | 267 | 63 | 73 |
| Binary | 1100000 | 11000110 | 11001100 | 110101 | 11 | 0 | 10100 | 10110111 | 110011 | 111011 |
Color Harmonies of #60C6CC
Complementary color
Monochromatic Colors of #60C6CC
Black with #60C6CC
Text Example
Text Example
White with #60C6CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60C6CC; }
p { color: rgb(96,198,204); }
H1.HeaderClassName
{
color: #60C6CC;
}
.AnyTagClassName
{
color: #60C6CC;
}
</style>
background-color css
<style>
a { background-color: #60C6CC; }
a { background-color: rgb(96,198,204); }
div.DivClassName
{
background-color: #60C6CC;
}
.BgClassName
{
background-color: #60C6CC;
}
</style>
border-color css
<style>
span { border-color: #60C6CC; }
span { border-color: rgb(96,198,204); }
td.TdClassName
{
border-color: #60C6CC;
}
.TagClassName
{
border-color: #60C6CC;
}
</style>