Shades of Medium Turquoise #3AC4BB
Tints of Medium Turquoise #3AC4BB
RGB
CMYK
RGB Variations
Color information
#3AC4BB (or 0x3AC4BB) is known color: Medium Turquoise. HEX triplet: 3A, C4 and BB. RGB value is (58,196,187). Sum of RGB (Red+Green+Blue) = 58+196+187=441 (58% of max value = 765). Red value is 58 (23.05% from 255 or 13.15% from 441); Green value is 196 (76.95% from 255 or 44.44% from 441); Blue value is 187 (73.44% from 255 or 42.40% from 441); Max value from RGB is 196 - color contains mainly: green. Hex color #3AC4BB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3AC4BB is #C53B44. Grayscale: #999999. Windows color (decimal): -12925765 or 12305466. OLE color: 12305466.
HSL color Cylindrical-coordinate representation of color #3AC4BB: hue angle of 176.09º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3AC4BB is Cyan = 0.70, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 58 | 196 | 187 | - |
| CMYK | 0.70 | 0 | 0.05 | 0.23 |
| HSL | 176.09º | 0.54% | 0.5% | - |
| HSV(B) | 176.09º | 0.7% | 0.77% | - |
| XYZ | 30.45 | 43.97 | 53.9 | - |
| YUV | 153.71 | 146.78 | 59.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 196 | 187 | 0.70 | 0 | 0.05 | 0.23 | 176.09 | 0.54 | 0.5 |
| Hex | 3A | C4 | BB | 46 | 0 | 5 | 17 | B0 | 36 | 32 |
| Octal | 72 | 304 | 273 | 106 | 0 | 5 | 27 | 260 | 66 | 62 |
| Binary | 111010 | 11000100 | 10111011 | 1000110 | 0 | 101 | 10111 | 10110000 | 110110 | 110010 |
Color Harmonies of #3AC4BB
Complementary color
Monochromatic Colors of #3AC4BB
Black with #3AC4BB
Text Example
Text Example
White with #3AC4BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AC4BB; }
p { color: rgb(58,196,187); }
H1.HeaderClassName
{
color: #3AC4BB;
}
.AnyTagClassName
{
color: #3AC4BB;
}
</style>
background-color css
<style>
a { background-color: #3AC4BB; }
a { background-color: rgb(58,196,187); }
div.DivClassName
{
background-color: #3AC4BB;
}
.BgClassName
{
background-color: #3AC4BB;
}
</style>
border-color css
<style>
span { border-color: #3AC4BB; }
span { border-color: rgb(58,196,187); }
td.TdClassName
{
border-color: #3AC4BB;
}
.TagClassName
{
border-color: #3AC4BB;
}
</style>