Shades of Medium Turquoise #3CCABA
Tints of Medium Turquoise #3CCABA
RGB
CMYK
RGB Variations
Color information
#3CCABA (or 0x3CCABA) is known color: Medium Turquoise. HEX triplet: 3C, CA and BA. RGB value is (60,202,186). Sum of RGB (Red+Green+Blue) = 60+202+186=448 (59% of max value = 765). Red value is 60 (23.83% from 255 or 13.39% from 448); Green value is 202 (79.30% from 255 or 45.09% from 448); Blue value is 186 (73.05% from 255 or 41.52% from 448); Max value from RGB is 202 - color contains mainly: green. Hex color #3CCABA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CCABA is #C33545. Grayscale: #9D9D9D. Windows color (decimal): -12793158 or 12241468. OLE color: 12241468.
HSL color Cylindrical-coordinate representation of color #3CCABA: hue angle of 173.24º 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 #3CCABA is Cyan = 0.70, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 60 | 202 | 186 | - |
| CMYK | 0.70 | 0 | 0.08 | 0.21 |
| HSL | 173.24º | 0.57% | 0.51% | - |
| HSV(B) | 173.24º | 0.7% | 0.79% | - |
| XYZ | 31.85 | 46.75 | 53.8 | - |
| YUV | 157.72 | 143.96 | 58.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 202 | 186 | 0.70 | 0 | 0.08 | 0.21 | 173.24 | 0.57 | 0.51 |
| Hex | 3C | CA | BA | 46 | 0 | 8 | 15 | AD | 39 | 33 |
| Octal | 74 | 312 | 272 | 106 | 0 | 10 | 25 | 255 | 71 | 63 |
| Binary | 111100 | 11001010 | 10111010 | 1000110 | 0 | 1000 | 10101 | 10101101 | 111001 | 110011 |
Color Harmonies of #3CCABA
Complementary color
Monochromatic Colors of #3CCABA
Black with #3CCABA
Text Example
Text Example
White with #3CCABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CCABA; }
p { color: rgb(60,202,186); }
H1.HeaderClassName
{
color: #3CCABA;
}
.AnyTagClassName
{
color: #3CCABA;
}
</style>
background-color css
<style>
a { background-color: #3CCABA; }
a { background-color: rgb(60,202,186); }
div.DivClassName
{
background-color: #3CCABA;
}
.BgClassName
{
background-color: #3CCABA;
}
</style>
border-color css
<style>
span { border-color: #3CCABA; }
span { border-color: rgb(60,202,186); }
td.TdClassName
{
border-color: #3CCABA;
}
.TagClassName
{
border-color: #3CCABA;
}
</style>