Shades of Medium Turquoise #3AC0B6
Tints of Medium Turquoise #3AC0B6
RGB
CMYK
RGB Variations
Color information
#3AC0B6 (or 0x3AC0B6) is known color: Medium Turquoise. HEX triplet: 3A, C0 and B6. RGB value is (58,192,182). Sum of RGB (Red+Green+Blue) = 58+192+182=432 (57% of max value = 765). Red value is 58 (23.05% from 255 or 13.43% from 432); Green value is 192 (75.39% from 255 or 44.44% from 432); Blue value is 182 (71.48% from 255 or 42.13% from 432); Max value from RGB is 192 - color contains mainly: green. Hex color #3AC0B6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3AC0B6 is #C53F49. Grayscale: #969696. Windows color (decimal): -12926794 or 11976762. OLE color: 11976762.
HSL color Cylindrical-coordinate representation of color #3AC0B6: hue angle of 175.52º 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 #3AC0B6 is Cyan = 0.70, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 58 | 192 | 182 | - |
| CMYK | 0.70 | 0 | 0.05 | 0.25 |
| HSL | 175.52º | 0.54% | 0.49% | - |
| HSV(B) | 175.52º | 0.7% | 0.75% | - |
| XYZ | 29.04 | 41.98 | 50.83 | - |
| YUV | 150.79 | 145.61 | 61.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 192 | 182 | 0.70 | 0 | 0.05 | 0.25 | 175.52 | 0.54 | 0.49 |
| Hex | 3A | C0 | B6 | 46 | 0 | 5 | 19 | B0 | 36 | 31 |
| Octal | 72 | 300 | 266 | 106 | 0 | 5 | 31 | 260 | 66 | 61 |
| Binary | 111010 | 11000000 | 10110110 | 1000110 | 0 | 101 | 11001 | 10110000 | 110110 | 110001 |
Color Harmonies of #3AC0B6
Complementary color
Monochromatic Colors of #3AC0B6
Black with #3AC0B6
Text Example
Text Example
White with #3AC0B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AC0B6; }
p { color: rgb(58,192,182); }
H1.HeaderClassName
{
color: #3AC0B6;
}
.AnyTagClassName
{
color: #3AC0B6;
}
</style>
background-color css
<style>
a { background-color: #3AC0B6; }
a { background-color: rgb(58,192,182); }
div.DivClassName
{
background-color: #3AC0B6;
}
.BgClassName
{
background-color: #3AC0B6;
}
</style>
border-color css
<style>
span { border-color: #3AC0B6; }
span { border-color: rgb(58,192,182); }
td.TdClassName
{
border-color: #3AC0B6;
}
.TagClassName
{
border-color: #3AC0B6;
}
</style>