Shades of Medium Turquoise #3CCAC5
Tints of Medium Turquoise #3CCAC5
RGB
CMYK
RGB Variations
Color information
#3CCAC5 (or 0x3CCAC5) is known color: Medium Turquoise. HEX triplet: 3C, CA and C5. RGB value is (60,202,197). Sum of RGB (Red+Green+Blue) = 60+202+197=459 (60% of max value = 765). Red value is 60 (23.83% from 255 or 13.07% from 459); Green value is 202 (79.30% from 255 or 44.01% from 459); Blue value is 197 (77.34% from 255 or 42.92% from 459); Max value from RGB is 202 - color contains mainly: green. Hex color #3CCAC5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CCAC5 is #C3353A. Grayscale: #9E9E9E. Windows color (decimal): -12793147 or 12962364. OLE color: 12962364.
HSL color Cylindrical-coordinate representation of color #3CCAC5: hue angle of 177.89º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3CCAC5 is Cyan = 0.70, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 60 | 202 | 197 | - |
| CMYK | 0.70 | 0 | 0.02 | 0.21 |
| HSL | 177.89º | 0.57% | 0.51% | - |
| HSV(B) | 177.89º | 0.7% | 0.79% | - |
| XYZ | 33.06 | 47.23 | 60.2 | - |
| YUV | 158.97 | 149.46 | 57.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 202 | 197 | 0.70 | 0 | 0.02 | 0.21 | 177.89 | 0.57 | 0.51 |
| Hex | 3C | CA | C5 | 46 | 0 | 2 | 15 | B2 | 39 | 33 |
| Octal | 74 | 312 | 305 | 106 | 0 | 2 | 25 | 262 | 71 | 63 |
| Binary | 111100 | 11001010 | 11000101 | 1000110 | 0 | 10 | 10101 | 10110010 | 111001 | 110011 |
Color Harmonies of #3CCAC5
Complementary color
Monochromatic Colors of #3CCAC5
Black with #3CCAC5
Text Example
Text Example
White with #3CCAC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CCAC5; }
p { color: rgb(60,202,197); }
H1.HeaderClassName
{
color: #3CCAC5;
}
.AnyTagClassName
{
color: #3CCAC5;
}
</style>
background-color css
<style>
a { background-color: #3CCAC5; }
a { background-color: rgb(60,202,197); }
div.DivClassName
{
background-color: #3CCAC5;
}
.BgClassName
{
background-color: #3CCAC5;
}
</style>
border-color css
<style>
span { border-color: #3CCAC5; }
span { border-color: rgb(60,202,197); }
td.TdClassName
{
border-color: #3CCAC5;
}
.TagClassName
{
border-color: #3CCAC5;
}
</style>