Shades of Medium Turquoise #60C9CD
Tints of Medium Turquoise #60C9CD
RGB
CMYK
RGB Variations
Color information
#60C9CD (or 0x60C9CD) is known color: Medium Turquoise. HEX triplet: 60, C9 and CD. RGB value is (96,201,205). Sum of RGB (Red+Green+Blue) = 96+201+205=502 (66% of max value = 765). Red value is 96 (37.89% from 255 or 19.12% from 502); Green value is 201 (78.91% from 255 or 40.04% from 502); Blue value is 205 (80.47% from 255 or 40.84% from 502); Max value from RGB is 205 - color contains mainly: blue. Hex color #60C9CD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60C9CD is #9F3632. Grayscale: #A9A9A9. Windows color (decimal): -10434099 or 13486432. OLE color: 13486432.
HSL color Cylindrical-coordinate representation of color #60C9CD: hue angle of 182.2º degrees, saturation: 0.52, 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 #60C9CD is Cyan = 0.53, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 96 | 201 | 205 | - |
| CMYK | 0.53 | 0.02 | 0 | 0.20 |
| HSL | 182.2º | 0.52% | 0.59% | - |
| HSV(B) | 182.2º | 0.53% | 0.8% | - |
| XYZ | 36.73 | 48.67 | 65.22 | - |
| YUV | 170.06 | 147.71 | 75.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 201 | 205 | 0.53 | 0.02 | 0 | 0.20 | 182.2 | 0.52 | 0.59 |
| Hex | 60 | C9 | CD | 35 | 2 | 0 | 14 | B6 | 34 | 3B |
| Octal | 140 | 311 | 315 | 65 | 2 | 0 | 24 | 266 | 64 | 73 |
| Binary | 1100000 | 11001001 | 11001101 | 110101 | 10 | 0 | 10100 | 10110110 | 110100 | 111011 |
Color Harmonies of #60C9CD
Complementary color
Monochromatic Colors of #60C9CD
Black with #60C9CD
Text Example
Text Example
White with #60C9CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60C9CD; }
p { color: rgb(96,201,205); }
H1.HeaderClassName
{
color: #60C9CD;
}
.AnyTagClassName
{
color: #60C9CD;
}
</style>
background-color css
<style>
a { background-color: #60C9CD; }
a { background-color: rgb(96,201,205); }
div.DivClassName
{
background-color: #60C9CD;
}
.BgClassName
{
background-color: #60C9CD;
}
</style>
border-color css
<style>
span { border-color: #60C9CD; }
span { border-color: rgb(96,201,205); }
td.TdClassName
{
border-color: #60C9CD;
}
.TagClassName
{
border-color: #60C9CD;
}
</style>