Shades of Medium Turquoise #46D2B9
Tints of Medium Turquoise #46D2B9
RGB
CMYK
RGB Variations
Color information
#46D2B9 (or 0x46D2B9) is known color: Medium Turquoise. HEX triplet: 46, D2 and B9. RGB value is (70,210,185). Sum of RGB (Red+Green+Blue) = 70+210+185=465 (61% of max value = 765). Red value is 70 (27.73% from 255 or 15.05% from 465); Green value is 210 (82.42% from 255 or 45.16% from 465); Blue value is 185 (72.66% from 255 or 39.78% from 465); Max value from RGB is 210 - color contains mainly: green. Hex color #46D2B9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46D2B9 is #B92D46. Grayscale: #A5A5A5. Windows color (decimal): -12135751 or 12177990. OLE color: 12177990.
HSL color Cylindrical-coordinate representation of color #46D2B9: hue angle of 169.29º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #46D2B9 is Cyan = 0.67, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 70 | 210 | 185 | - |
| CMYK | 0.67 | 0 | 0.12 | 0.18 |
| HSL | 169.29º | 0.61% | 0.55% | - |
| HSV(B) | 169.29º | 0.67% | 0.82% | - |
| XYZ | 34.33 | 50.9 | 53.91 | - |
| YUV | 165.29 | 139.12 | 60.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 210 | 185 | 0.67 | 0 | 0.12 | 0.18 | 169.29 | 0.61 | 0.55 |
| Hex | 46 | D2 | B9 | 43 | 0 | C | 12 | A9 | 3D | 37 |
| Octal | 106 | 322 | 271 | 103 | 0 | 14 | 22 | 251 | 75 | 67 |
| Binary | 1000110 | 11010010 | 10111001 | 1000011 | 0 | 1100 | 10010 | 10101001 | 111101 | 110111 |
Color Harmonies of #46D2B9
Complementary color
Monochromatic Colors of #46D2B9
Black with #46D2B9
Text Example
Text Example
White with #46D2B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46D2B9; }
p { color: rgb(70,210,185); }
H1.HeaderClassName
{
color: #46D2B9;
}
.AnyTagClassName
{
color: #46D2B9;
}
</style>
background-color css
<style>
a { background-color: #46D2B9; }
a { background-color: rgb(70,210,185); }
div.DivClassName
{
background-color: #46D2B9;
}
.BgClassName
{
background-color: #46D2B9;
}
</style>
border-color css
<style>
span { border-color: #46D2B9; }
span { border-color: rgb(70,210,185); }
td.TdClassName
{
border-color: #46D2B9;
}
.TagClassName
{
border-color: #46D2B9;
}
</style>