Shades of Medium Turquoise #3CCCBA
Tints of Medium Turquoise #3CCCBA
RGB
CMYK
RGB Variations
Color information
#3CCCBA (or 0x3CCCBA) is known color: Medium Turquoise. HEX triplet: 3C, CC and BA. RGB value is (60,204,186). Sum of RGB (Red+Green+Blue) = 60+204+186=450 (59% of max value = 765). Red value is 60 (23.83% from 255 or 13.33% from 450); Green value is 204 (80.08% from 255 or 45.33% from 450); Blue value is 186 (73.05% from 255 or 41.33% from 450); Max value from RGB is 204 - color contains mainly: green. Hex color #3CCCBA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CCCBA is #C33345. Grayscale: #9E9E9E. Windows color (decimal): -12792646 or 12241980. OLE color: 12241980.
HSL color Cylindrical-coordinate representation of color #3CCCBA: hue angle of 172.5º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3CCCBA is Cyan = 0.71, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 60 | 204 | 186 | - |
| CMYK | 0.71 | 0 | 0.09 | 0.2 |
| HSL | 172.5º | 0.59% | 0.52% | - |
| HSV(B) | 172.5º | 0.71% | 0.8% | - |
| XYZ | 32.32 | 47.69 | 53.96 | - |
| YUV | 158.89 | 143.29 | 57.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 204 | 186 | 0.71 | 0 | 0.09 | 0.2 | 172.5 | 0.59 | 0.52 |
| Hex | 3C | CC | BA | 47 | 0 | 9 | 14 | AC | 3B | 34 |
| Octal | 74 | 314 | 272 | 107 | 0 | 11 | 24 | 254 | 73 | 64 |
| Binary | 111100 | 11001100 | 10111010 | 1000111 | 0 | 1001 | 10100 | 10101100 | 111011 | 110100 |
Color Harmonies of #3CCCBA
Complementary color
Monochromatic Colors of #3CCCBA
Black with #3CCCBA
Text Example
Text Example
White with #3CCCBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CCCBA; }
p { color: rgb(60,204,186); }
H1.HeaderClassName
{
color: #3CCCBA;
}
.AnyTagClassName
{
color: #3CCCBA;
}
</style>
background-color css
<style>
a { background-color: #3CCCBA; }
a { background-color: rgb(60,204,186); }
div.DivClassName
{
background-color: #3CCCBA;
}
.BgClassName
{
background-color: #3CCCBA;
}
</style>
border-color css
<style>
span { border-color: #3CCCBA; }
span { border-color: rgb(60,204,186); }
td.TdClassName
{
border-color: #3CCCBA;
}
.TagClassName
{
border-color: #3CCCBA;
}
</style>