Shades of Medium Turquoise #3AD5B9
Tints of Medium Turquoise #3AD5B9
RGB
CMYK
RGB Variations
Color information
#3AD5B9 (or 0x3AD5B9) is known color: Medium Turquoise. HEX triplet: 3A, D5 and B9. RGB value is (58,213,185). Sum of RGB (Red+Green+Blue) = 58+213+185=456 (60% of max value = 765). Red value is 58 (23.05% from 255 or 12.72% from 456); Green value is 213 (83.59% from 255 or 46.71% from 456); Blue value is 185 (72.66% from 255 or 40.57% from 456); Max value from RGB is 213 - color contains mainly: green. Hex color #3AD5B9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3AD5B9 is #C52A46. Grayscale: #A3A3A3. Windows color (decimal): -12921415 or 12178746. OLE color: 12178746.
HSL color Cylindrical-coordinate representation of color #3AD5B9: hue angle of 169.16º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3AD5B9 is Cyan = 0.73, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 58 | 213 | 185 | - |
| CMYK | 0.73 | 0 | 0.13 | 0.16 |
| HSL | 169.16º | 0.65% | 0.53% | - |
| HSV(B) | 169.16º | 0.73% | 0.84% | - |
| XYZ | 34.3 | 51.99 | 54.13 | - |
| YUV | 163.46 | 140.15 | 52.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 213 | 185 | 0.73 | 0 | 0.13 | 0.16 | 169.16 | 0.65 | 0.53 |
| Hex | 3A | D5 | B9 | 49 | 0 | D | 10 | A9 | 41 | 35 |
| Octal | 72 | 325 | 271 | 111 | 0 | 15 | 20 | 251 | 101 | 65 |
| Binary | 111010 | 11010101 | 10111001 | 1001001 | 0 | 1101 | 10000 | 10101001 | 1000001 | 110101 |
Color Harmonies of #3AD5B9
Complementary color
Monochromatic Colors of #3AD5B9
Black with #3AD5B9
Text Example
Text Example
White with #3AD5B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AD5B9; }
p { color: rgb(58,213,185); }
H1.HeaderClassName
{
color: #3AD5B9;
}
.AnyTagClassName
{
color: #3AD5B9;
}
</style>
background-color css
<style>
a { background-color: #3AD5B9; }
a { background-color: rgb(58,213,185); }
div.DivClassName
{
background-color: #3AD5B9;
}
.BgClassName
{
background-color: #3AD5B9;
}
</style>
border-color css
<style>
span { border-color: #3AD5B9; }
span { border-color: rgb(58,213,185); }
td.TdClassName
{
border-color: #3AD5B9;
}
.TagClassName
{
border-color: #3AD5B9;
}
</style>