Shades of Medium Turquoise #3AC0BA
Tints of Medium Turquoise #3AC0BA
RGB
CMYK
RGB Variations
Color information
#3AC0BA (or 0x3AC0BA) is known color: Medium Turquoise. HEX triplet: 3A, C0 and BA. RGB value is (58,192,186). Sum of RGB (Red+Green+Blue) = 58+192+186=436 (57% of max value = 765). Red value is 58 (23.05% from 255 or 13.30% from 436); Green value is 192 (75.39% from 255 or 44.04% from 436); Blue value is 186 (73.05% from 255 or 42.66% from 436); Max value from RGB is 192 - color contains mainly: green. Hex color #3AC0BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3AC0BA is #C53F45. Grayscale: #979797. Windows color (decimal): -12926790 or 12238906. OLE color: 12238906.
HSL color Cylindrical-coordinate representation of color #3AC0BA: hue angle of 177.31º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3AC0BA is Cyan = 0.70, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 58 | 192 | 186 | - |
| CMYK | 0.70 | 0 | 0.03 | 0.25 |
| HSL | 177.31º | 0.54% | 0.49% | - |
| HSV(B) | 177.31º | 0.7% | 0.75% | - |
| XYZ | 29.46 | 42.14 | 53.04 | - |
| YUV | 151.25 | 147.61 | 61.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 192 | 186 | 0.70 | 0 | 0.03 | 0.25 | 177.31 | 0.54 | 0.49 |
| Hex | 3A | C0 | BA | 46 | 0 | 3 | 19 | B1 | 36 | 31 |
| Octal | 72 | 300 | 272 | 106 | 0 | 3 | 31 | 261 | 66 | 61 |
| Binary | 111010 | 11000000 | 10111010 | 1000110 | 0 | 11 | 11001 | 10110001 | 110110 | 110001 |
Color Harmonies of #3AC0BA
Complementary color
Monochromatic Colors of #3AC0BA
Black with #3AC0BA
Text Example
Text Example
White with #3AC0BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AC0BA; }
p { color: rgb(58,192,186); }
H1.HeaderClassName
{
color: #3AC0BA;
}
.AnyTagClassName
{
color: #3AC0BA;
}
</style>
background-color css
<style>
a { background-color: #3AC0BA; }
a { background-color: rgb(58,192,186); }
div.DivClassName
{
background-color: #3AC0BA;
}
.BgClassName
{
background-color: #3AC0BA;
}
</style>
border-color css
<style>
span { border-color: #3AC0BA; }
span { border-color: rgb(58,192,186); }
td.TdClassName
{
border-color: #3AC0BA;
}
.TagClassName
{
border-color: #3AC0BA;
}
</style>