Shades of Medium Turquoise #3CCAB6
Tints of Medium Turquoise #3CCAB6
RGB
CMYK
RGB Variations
Color information
#3CCAB6 (or 0x3CCAB6) is known color: Medium Turquoise. HEX triplet: 3C, CA and B6. RGB value is (60,202,182). Sum of RGB (Red+Green+Blue) = 60+202+182=444 (58% of max value = 765). Red value is 60 (23.83% from 255 or 13.51% from 444); Green value is 202 (79.30% from 255 or 45.50% from 444); Blue value is 182 (71.48% from 255 or 40.99% from 444); Max value from RGB is 202 - color contains mainly: green. Hex color #3CCAB6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CCAB6 is #C33549. Grayscale: #9D9D9D. Windows color (decimal): -12793162 or 11979324. OLE color: 11979324.
HSL color Cylindrical-coordinate representation of color #3CCAB6: hue angle of 171.55º 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 #3CCAB6 is Cyan = 0.70, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 60 | 202 | 182 | - |
| CMYK | 0.70 | 0 | 0.10 | 0.21 |
| HSL | 171.55º | 0.57% | 0.51% | - |
| HSV(B) | 171.55º | 0.7% | 0.79% | - |
| XYZ | 31.43 | 46.58 | 51.59 | - |
| YUV | 157.26 | 141.96 | 58.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 202 | 182 | 0.70 | 0 | 0.10 | 0.21 | 171.55 | 0.57 | 0.51 |
| Hex | 3C | CA | B6 | 46 | 0 | A | 15 | AC | 39 | 33 |
| Octal | 74 | 312 | 266 | 106 | 0 | 12 | 25 | 254 | 71 | 63 |
| Binary | 111100 | 11001010 | 10110110 | 1000110 | 0 | 1010 | 10101 | 10101100 | 111001 | 110011 |
Color Harmonies of #3CCAB6
Complementary color
Monochromatic Colors of #3CCAB6
Black with #3CCAB6
Text Example
Text Example
White with #3CCAB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CCAB6; }
p { color: rgb(60,202,182); }
H1.HeaderClassName
{
color: #3CCAB6;
}
.AnyTagClassName
{
color: #3CCAB6;
}
</style>
background-color css
<style>
a { background-color: #3CCAB6; }
a { background-color: rgb(60,202,182); }
div.DivClassName
{
background-color: #3CCAB6;
}
.BgClassName
{
background-color: #3CCAB6;
}
</style>
border-color css
<style>
span { border-color: #3CCAB6; }
span { border-color: rgb(60,202,182); }
td.TdClassName
{
border-color: #3CCAB6;
}
.TagClassName
{
border-color: #3CCAB6;
}
</style>