Shades of Medium Turquoise #3CD2CA
Tints of Medium Turquoise #3CD2CA
RGB
CMYK
RGB Variations
Color information
#3CD2CA (or 0x3CD2CA) is known color: Medium Turquoise. HEX triplet: 3C, D2 and CA. RGB value is (60,210,202). Sum of RGB (Red+Green+Blue) = 60+210+202=472 (62% of max value = 765). Red value is 60 (23.83% from 255 or 12.71% from 472); Green value is 210 (82.42% from 255 or 44.49% from 472); Blue value is 202 (79.30% from 255 or 42.80% from 472); Max value from RGB is 210 - color contains mainly: green. Hex color #3CD2CA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CD2CA is #C32D35. Grayscale: #A4A4A4. Windows color (decimal): -12791094 or 13292092. OLE color: 13292092.
HSL color Cylindrical-coordinate representation of color #3CD2CA: hue angle of 176.8º degrees, saturation: 0.62, 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 #3CD2CA is Cyan = 0.71, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 60 | 210 | 202 | - |
| CMYK | 0.71 | 0 | 0.04 | 0.18 |
| HSL | 176.8º | 0.63% | 0.53% | - |
| HSV(B) | 176.8º | 0.71% | 0.82% | - |
| XYZ | 35.57 | 51.32 | 63.91 | - |
| YUV | 164.24 | 149.31 | 53.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 210 | 202 | 0.71 | 0 | 0.04 | 0.18 | 176.8 | 0.63 | 0.53 |
| Hex | 3C | D2 | CA | 47 | 0 | 4 | 12 | B1 | 3E | 35 |
| Octal | 74 | 322 | 312 | 107 | 0 | 4 | 22 | 261 | 76 | 65 |
| Binary | 111100 | 11010010 | 11001010 | 1000111 | 0 | 100 | 10010 | 10110001 | 111110 | 110101 |
Color Harmonies of #3CD2CA
Complementary color
Monochromatic Colors of #3CD2CA
Black with #3CD2CA
Text Example
Text Example
White with #3CD2CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CD2CA; }
p { color: rgb(60,210,202); }
H1.HeaderClassName
{
color: #3CD2CA;
}
.AnyTagClassName
{
color: #3CD2CA;
}
</style>
background-color css
<style>
a { background-color: #3CD2CA; }
a { background-color: rgb(60,210,202); }
div.DivClassName
{
background-color: #3CD2CA;
}
.BgClassName
{
background-color: #3CD2CA;
}
</style>
border-color css
<style>
span { border-color: #3CD2CA; }
span { border-color: rgb(60,210,202); }
td.TdClassName
{
border-color: #3CD2CA;
}
.TagClassName
{
border-color: #3CD2CA;
}
</style>