Shades of Medium Turquoise #3AD2BC
Tints of Medium Turquoise #3AD2BC
RGB
CMYK
RGB Variations
Color information
#3AD2BC (or 0x3AD2BC) is known color: Medium Turquoise. HEX triplet: 3A, D2 and BC. RGB value is (58,210,188). Sum of RGB (Red+Green+Blue) = 58+210+188=456 (60% of max value = 765). Red value is 58 (23.05% from 255 or 12.72% from 456); Green value is 210 (82.42% from 255 or 46.05% from 456); Blue value is 188 (73.83% from 255 or 41.23% from 456); Max value from RGB is 210 - color contains mainly: green. Hex color #3AD2BC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3AD2BC is #C52D43. Grayscale: #A1A1A1. Windows color (decimal): -12922180 or 12374586. OLE color: 12374586.
HSL color Cylindrical-coordinate representation of color #3AD2BC: hue angle of 171.32º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3AD2BC is Cyan = 0.72, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 58 | 210 | 188 | - |
| CMYK | 0.72 | 0 | 0.10 | 0.18 |
| HSL | 171.32º | 0.63% | 0.53% | - |
| HSV(B) | 171.32º | 0.72% | 0.82% | - |
| XYZ | 33.87 | 50.62 | 55.56 | - |
| YUV | 162.04 | 142.64 | 53.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 210 | 188 | 0.72 | 0 | 0.10 | 0.18 | 171.32 | 0.63 | 0.53 |
| Hex | 3A | D2 | BC | 48 | 0 | A | 12 | AB | 3F | 35 |
| Octal | 72 | 322 | 274 | 110 | 0 | 12 | 22 | 253 | 77 | 65 |
| Binary | 111010 | 11010010 | 10111100 | 1001000 | 0 | 1010 | 10010 | 10101011 | 111111 | 110101 |
Color Harmonies of #3AD2BC
Complementary color
Monochromatic Colors of #3AD2BC
Black with #3AD2BC
Text Example
Text Example
White with #3AD2BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AD2BC; }
p { color: rgb(58,210,188); }
H1.HeaderClassName
{
color: #3AD2BC;
}
.AnyTagClassName
{
color: #3AD2BC;
}
</style>
background-color css
<style>
a { background-color: #3AD2BC; }
a { background-color: rgb(58,210,188); }
div.DivClassName
{
background-color: #3AD2BC;
}
.BgClassName
{
background-color: #3AD2BC;
}
</style>
border-color css
<style>
span { border-color: #3AD2BC; }
span { border-color: rgb(58,210,188); }
td.TdClassName
{
border-color: #3AD2BC;
}
.TagClassName
{
border-color: #3AD2BC;
}
</style>