Shades of Medium Turquoise #3AC2C1
Tints of Medium Turquoise #3AC2C1
RGB
CMYK
RGB Variations
Color information
#3AC2C1 (or 0x3AC2C1) is known color: Medium Turquoise. HEX triplet: 3A, C2 and C1. RGB value is (58,194,193). Sum of RGB (Red+Green+Blue) = 58+194+193=445 (58% of max value = 765). Red value is 58 (23.05% from 255 or 13.03% from 445); Green value is 194 (76.17% from 255 or 43.60% from 445); Blue value is 193 (75.78% from 255 or 43.37% from 445); Max value from RGB is 194 - color contains mainly: green. Hex color #3AC2C1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3AC2C1 is #C53D3E. Grayscale: #999999. Windows color (decimal): -12926271 or 12698170. OLE color: 12698170.
HSL color Cylindrical-coordinate representation of color #3AC2C1: hue angle of 179.56º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3AC2C1 is Cyan = 0.70, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 58 | 194 | 193 | - |
| CMYK | 0.70 | 0 | 0.01 | 0.24 |
| HSL | 179.56º | 0.54% | 0.49% | - |
| HSV(B) | 179.56º | 0.7% | 0.76% | - |
| XYZ | 30.66 | 43.33 | 57.2 | - |
| YUV | 153.22 | 150.44 | 60.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 194 | 193 | 0.70 | 0 | 0.01 | 0.24 | 179.56 | 0.54 | 0.49 |
| Hex | 3A | C2 | C1 | 46 | 0 | 1 | 18 | B4 | 36 | 31 |
| Octal | 72 | 302 | 301 | 106 | 0 | 1 | 30 | 264 | 66 | 61 |
| Binary | 111010 | 11000010 | 11000001 | 1000110 | 0 | 1 | 11000 | 10110100 | 110110 | 110001 |
Color Harmonies of #3AC2C1
Complementary color
Monochromatic Colors of #3AC2C1
Black with #3AC2C1
Text Example
Text Example
White with #3AC2C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AC2C1; }
p { color: rgb(58,194,193); }
H1.HeaderClassName
{
color: #3AC2C1;
}
.AnyTagClassName
{
color: #3AC2C1;
}
</style>
background-color css
<style>
a { background-color: #3AC2C1; }
a { background-color: rgb(58,194,193); }
div.DivClassName
{
background-color: #3AC2C1;
}
.BgClassName
{
background-color: #3AC2C1;
}
</style>
border-color css
<style>
span { border-color: #3AC2C1; }
span { border-color: rgb(58,194,193); }
td.TdClassName
{
border-color: #3AC2C1;
}
.TagClassName
{
border-color: #3AC2C1;
}
</style>