Shades of Medium Turquoise #3AD2BF
Tints of Medium Turquoise #3AD2BF
RGB
CMYK
RGB Variations
Color information
#3AD2BF (or 0x3AD2BF) is known color: Medium Turquoise. HEX triplet: 3A, D2 and BF. RGB value is (58,210,191). Sum of RGB (Red+Green+Blue) = 58+210+191=459 (60% of max value = 765). Red value is 58 (23.05% from 255 or 12.64% from 459); Green value is 210 (82.42% from 255 or 45.75% from 459); Blue value is 191 (75% from 255 or 41.61% from 459); Max value from RGB is 210 - color contains mainly: green. Hex color #3AD2BF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3AD2BF is #C52D40. Grayscale: #A2A2A2. Windows color (decimal): -12922177 or 12571194. OLE color: 12571194.
HSL color Cylindrical-coordinate representation of color #3AD2BF: hue angle of 172.5º 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 #3AD2BF is Cyan = 0.72, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 58 | 210 | 191 | - |
| CMYK | 0.72 | 0 | 0.09 | 0.18 |
| HSL | 172.5º | 0.63% | 0.53% | - |
| HSV(B) | 172.5º | 0.72% | 0.82% | - |
| XYZ | 34.2 | 50.75 | 57.28 | - |
| YUV | 162.39 | 144.14 | 53.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 210 | 191 | 0.72 | 0 | 0.09 | 0.18 | 172.5 | 0.63 | 0.53 |
| Hex | 3A | D2 | BF | 48 | 0 | 9 | 12 | AC | 3F | 35 |
| Octal | 72 | 322 | 277 | 110 | 0 | 11 | 22 | 254 | 77 | 65 |
| Binary | 111010 | 11010010 | 10111111 | 1001000 | 0 | 1001 | 10010 | 10101100 | 111111 | 110101 |
Color Harmonies of #3AD2BF
Complementary color
Monochromatic Colors of #3AD2BF
Black with #3AD2BF
Text Example
Text Example
White with #3AD2BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AD2BF; }
p { color: rgb(58,210,191); }
H1.HeaderClassName
{
color: #3AD2BF;
}
.AnyTagClassName
{
color: #3AD2BF;
}
</style>
background-color css
<style>
a { background-color: #3AD2BF; }
a { background-color: rgb(58,210,191); }
div.DivClassName
{
background-color: #3AD2BF;
}
.BgClassName
{
background-color: #3AD2BF;
}
</style>
border-color css
<style>
span { border-color: #3AD2BF; }
span { border-color: rgb(58,210,191); }
td.TdClassName
{
border-color: #3AD2BF;
}
.TagClassName
{
border-color: #3AD2BF;
}
</style>