Shades of Medium Turquoise #3AC2BF
Tints of Medium Turquoise #3AC2BF
RGB
CMYK
RGB Variations
Color information
#3AC2BF (or 0x3AC2BF) is known color: Medium Turquoise. HEX triplet: 3A, C2 and BF. RGB value is (58,194,191). Sum of RGB (Red+Green+Blue) = 58+194+191=443 (58% of max value = 765). Red value is 58 (23.05% from 255 or 13.09% from 443); Green value is 194 (76.17% from 255 or 43.79% from 443); Blue value is 191 (75% from 255 or 43.12% from 443); Max value from RGB is 194 - color contains mainly: green. Hex color #3AC2BF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3AC2BF is #C53D40. Grayscale: #989898. Windows color (decimal): -12926273 or 12567098. OLE color: 12567098.
HSL color Cylindrical-coordinate representation of color #3AC2BF: hue angle of 178.68º 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 #3AC2BF is Cyan = 0.70, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 58 | 194 | 191 | - |
| CMYK | 0.70 | 0 | 0.02 | 0.24 |
| HSL | 178.68º | 0.54% | 0.49% | - |
| HSV(B) | 178.68º | 0.7% | 0.76% | - |
| XYZ | 30.44 | 43.24 | 56.03 | - |
| YUV | 152.99 | 149.44 | 60.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 194 | 191 | 0.70 | 0 | 0.02 | 0.24 | 178.68 | 0.54 | 0.49 |
| Hex | 3A | C2 | BF | 46 | 0 | 2 | 18 | B3 | 36 | 31 |
| Octal | 72 | 302 | 277 | 106 | 0 | 2 | 30 | 263 | 66 | 61 |
| Binary | 111010 | 11000010 | 10111111 | 1000110 | 0 | 10 | 11000 | 10110011 | 110110 | 110001 |
Color Harmonies of #3AC2BF
Complementary color
Monochromatic Colors of #3AC2BF
Black with #3AC2BF
Text Example
Text Example
White with #3AC2BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AC2BF; }
p { color: rgb(58,194,191); }
H1.HeaderClassName
{
color: #3AC2BF;
}
.AnyTagClassName
{
color: #3AC2BF;
}
</style>
background-color css
<style>
a { background-color: #3AC2BF; }
a { background-color: rgb(58,194,191); }
div.DivClassName
{
background-color: #3AC2BF;
}
.BgClassName
{
background-color: #3AC2BF;
}
</style>
border-color css
<style>
span { border-color: #3AC2BF; }
span { border-color: rgb(58,194,191); }
td.TdClassName
{
border-color: #3AC2BF;
}
.TagClassName
{
border-color: #3AC2BF;
}
</style>