Shades of Medium Turquoise #3AC3C0
Tints of Medium Turquoise #3AC3C0
RGB
CMYK
RGB Variations
Color information
#3AC3C0 (or 0x3AC3C0) is known color: Medium Turquoise. HEX triplet: 3A, C3 and C0. RGB value is (58,195,192). Sum of RGB (Red+Green+Blue) = 58+195+192=445 (58% of max value = 765). Red value is 58 (23.05% from 255 or 13.03% from 445); Green value is 195 (76.56% from 255 or 43.82% from 445); Blue value is 192 (75.39% from 255 or 43.15% from 445); Max value from RGB is 195 - color contains mainly: green. Hex color #3AC3C0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3AC3C0 is #C53C3F. Grayscale: #999999. Windows color (decimal): -12926016 or 12632890. OLE color: 12632890.
HSL color Cylindrical-coordinate representation of color #3AC3C0: hue angle of 178.69º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3AC3C0 is Cyan = 0.70, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 58 | 195 | 192 | - |
| CMYK | 0.70 | 0 | 0.02 | 0.24 |
| HSL | 178.69º | 0.54% | 0.5% | - |
| HSV(B) | 178.69º | 0.7% | 0.76% | - |
| XYZ | 30.77 | 43.74 | 56.69 | - |
| YUV | 153.7 | 149.61 | 59.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 195 | 192 | 0.70 | 0 | 0.02 | 0.24 | 178.69 | 0.54 | 0.5 |
| Hex | 3A | C3 | C0 | 46 | 0 | 2 | 18 | B3 | 36 | 32 |
| Octal | 72 | 303 | 300 | 106 | 0 | 2 | 30 | 263 | 66 | 62 |
| Binary | 111010 | 11000011 | 11000000 | 1000110 | 0 | 10 | 11000 | 10110011 | 110110 | 110010 |
Color Harmonies of #3AC3C0
Complementary color
Monochromatic Colors of #3AC3C0
Black with #3AC3C0
Text Example
Text Example
White with #3AC3C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AC3C0; }
p { color: rgb(58,195,192); }
H1.HeaderClassName
{
color: #3AC3C0;
}
.AnyTagClassName
{
color: #3AC3C0;
}
</style>
background-color css
<style>
a { background-color: #3AC3C0; }
a { background-color: rgb(58,195,192); }
div.DivClassName
{
background-color: #3AC3C0;
}
.BgClassName
{
background-color: #3AC3C0;
}
</style>
border-color css
<style>
span { border-color: #3AC3C0; }
span { border-color: rgb(58,195,192); }
td.TdClassName
{
border-color: #3AC3C0;
}
.TagClassName
{
border-color: #3AC3C0;
}
</style>