Shades of Medium Turquoise #60CDCD
Tints of Medium Turquoise #60CDCD
RGB
CMYK
RGB Variations
Color information
#60CDCD (or 0x60CDCD) is known color: Medium Turquoise. HEX triplet: 60, CD and CD. RGB value is (96,205,205). Sum of RGB (Red+Green+Blue) = 96+205+205=506 (67% of max value = 765). Red value is 96 (37.89% from 255 or 18.97% from 506); Green value is 205 (80.47% from 255 or 40.51% from 506); Blue value is 205 (80.47% from 255 or 40.51% from 506); Max value from RGB is 205 - color contains mainly: green, blue. Hex color #60CDCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60CDCD is #9F3232. Grayscale: #ACACAC. Windows color (decimal): -10433075 or 13487456. OLE color: 13487456.
HSL color Cylindrical-coordinate representation of color #60CDCD: hue angle of 180º 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 #60CDCD is Cyan = 0.53, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 96 | 205 | 205 | - |
| CMYK | 0.53 | 0 | 0 | 0.20 |
| HSL | 180º | 0.52% | 0.59% | - |
| HSV(B) | 180º | 0.53% | 0.8% | - |
| XYZ | 37.67 | 50.56 | 65.53 | - |
| YUV | 172.41 | 146.39 | 73.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 205 | 205 | 0.53 | 0 | 0 | 0.20 | 180 | 0.52 | 0.59 |
| Hex | 60 | CD | CD | 35 | 0 | 0 | 14 | B4 | 34 | 3B |
| Octal | 140 | 315 | 315 | 65 | 0 | 0 | 24 | 264 | 64 | 73 |
| Binary | 1100000 | 11001101 | 11001101 | 110101 | 0 | 0 | 10100 | 10110100 | 110100 | 111011 |
Color Harmonies of #60CDCD
Complementary color
Monochromatic Colors of #60CDCD
Black with #60CDCD
Text Example
Text Example
White with #60CDCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60CDCD; }
p { color: rgb(96,205,205); }
H1.HeaderClassName
{
color: #60CDCD;
}
.AnyTagClassName
{
color: #60CDCD;
}
</style>
background-color css
<style>
a { background-color: #60CDCD; }
a { background-color: rgb(96,205,205); }
div.DivClassName
{
background-color: #60CDCD;
}
.BgClassName
{
background-color: #60CDCD;
}
</style>
border-color css
<style>
span { border-color: #60CDCD; }
span { border-color: rgb(96,205,205); }
td.TdClassName
{
border-color: #60CDCD;
}
.TagClassName
{
border-color: #60CDCD;
}
</style>