Shades of Medium Turquoise #3AC2B8
Tints of Medium Turquoise #3AC2B8
RGB
CMYK
RGB Variations
Color information
#3AC2B8 (or 0x3AC2B8) is known color: Medium Turquoise. HEX triplet: 3A, C2 and B8. RGB value is (58,194,184). Sum of RGB (Red+Green+Blue) = 58+194+184=436 (57% of max value = 765). Red value is 58 (23.05% from 255 or 13.30% from 436); Green value is 194 (76.17% from 255 or 44.50% from 436); Blue value is 184 (72.27% from 255 or 42.20% from 436); Max value from RGB is 194 - color contains mainly: green. Hex color #3AC2B8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3AC2B8 is #C53D47. Grayscale: #989898. Windows color (decimal): -12926280 or 12108346. OLE color: 12108346.
HSL color Cylindrical-coordinate representation of color #3AC2B8: hue angle of 175.59º 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 #3AC2B8 is Cyan = 0.70, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 58 | 194 | 184 | - |
| CMYK | 0.70 | 0 | 0.05 | 0.24 |
| HSL | 175.59º | 0.54% | 0.49% | - |
| HSV(B) | 175.59º | 0.7% | 0.76% | - |
| XYZ | 29.69 | 42.94 | 52.07 | - |
| YUV | 152.2 | 145.94 | 60.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 194 | 184 | 0.70 | 0 | 0.05 | 0.24 | 175.59 | 0.54 | 0.49 |
| Hex | 3A | C2 | B8 | 46 | 0 | 5 | 18 | B0 | 36 | 31 |
| Octal | 72 | 302 | 270 | 106 | 0 | 5 | 30 | 260 | 66 | 61 |
| Binary | 111010 | 11000010 | 10111000 | 1000110 | 0 | 101 | 11000 | 10110000 | 110110 | 110001 |
Color Harmonies of #3AC2B8
Complementary color
Monochromatic Colors of #3AC2B8
Black with #3AC2B8
Text Example
Text Example
White with #3AC2B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AC2B8; }
p { color: rgb(58,194,184); }
H1.HeaderClassName
{
color: #3AC2B8;
}
.AnyTagClassName
{
color: #3AC2B8;
}
</style>
background-color css
<style>
a { background-color: #3AC2B8; }
a { background-color: rgb(58,194,184); }
div.DivClassName
{
background-color: #3AC2B8;
}
.BgClassName
{
background-color: #3AC2B8;
}
</style>
border-color css
<style>
span { border-color: #3AC2B8; }
span { border-color: rgb(58,194,184); }
td.TdClassName
{
border-color: #3AC2B8;
}
.TagClassName
{
border-color: #3AC2B8;
}
</style>