Shades of Medium Turquoise #3CD0C5
Tints of Medium Turquoise #3CD0C5
RGB
CMYK
RGB Variations
Color information
#3CD0C5 (or 0x3CD0C5) is known color: Medium Turquoise. HEX triplet: 3C, D0 and C5. RGB value is (60,208,197). Sum of RGB (Red+Green+Blue) = 60+208+197=465 (61% of max value = 765). Red value is 60 (23.83% from 255 or 12.90% from 465); Green value is 208 (81.64% from 255 or 44.73% from 465); Blue value is 197 (77.34% from 255 or 42.37% from 465); Max value from RGB is 208 - color contains mainly: green. Hex color #3CD0C5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CD0C5 is #C32F3A. Grayscale: #A2A2A2. Windows color (decimal): -12791611 or 12963900. OLE color: 12963900.
HSL color Cylindrical-coordinate representation of color #3CD0C5: hue angle of 175.54º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3CD0C5 is Cyan = 0.71, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 60 | 208 | 197 | - |
| CMYK | 0.71 | 0 | 0.05 | 0.18 |
| HSL | 175.54º | 0.61% | 0.53% | - |
| HSV(B) | 175.54º | 0.71% | 0.82% | - |
| XYZ | 34.5 | 50.1 | 60.68 | - |
| YUV | 162.49 | 147.47 | 54.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 208 | 197 | 0.71 | 0 | 0.05 | 0.18 | 175.54 | 0.61 | 0.53 |
| Hex | 3C | D0 | C5 | 47 | 0 | 5 | 12 | B0 | 3D | 35 |
| Octal | 74 | 320 | 305 | 107 | 0 | 5 | 22 | 260 | 75 | 65 |
| Binary | 111100 | 11010000 | 11000101 | 1000111 | 0 | 101 | 10010 | 10110000 | 111101 | 110101 |
Color Harmonies of #3CD0C5
Complementary color
Monochromatic Colors of #3CD0C5
Black with #3CD0C5
Text Example
Text Example
White with #3CD0C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CD0C5; }
p { color: rgb(60,208,197); }
H1.HeaderClassName
{
color: #3CD0C5;
}
.AnyTagClassName
{
color: #3CD0C5;
}
</style>
background-color css
<style>
a { background-color: #3CD0C5; }
a { background-color: rgb(60,208,197); }
div.DivClassName
{
background-color: #3CD0C5;
}
.BgClassName
{
background-color: #3CD0C5;
}
</style>
border-color css
<style>
span { border-color: #3CD0C5; }
span { border-color: rgb(60,208,197); }
td.TdClassName
{
border-color: #3CD0C5;
}
.TagClassName
{
border-color: #3CD0C5;
}
</style>