Shades of Medium Turquoise #46D4BE
Tints of Medium Turquoise #46D4BE
RGB
CMYK
RGB Variations
Color information
#46D4BE (or 0x46D4BE) is known color: Medium Turquoise. HEX triplet: 46, D4 and BE. RGB value is (70,212,190). Sum of RGB (Red+Green+Blue) = 70+212+190=472 (62% of max value = 765). Red value is 70 (27.73% from 255 or 14.83% from 472); Green value is 212 (83.20% from 255 or 44.92% from 472); Blue value is 190 (74.61% from 255 or 40.25% from 472); Max value from RGB is 212 - color contains mainly: green. Hex color #46D4BE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46D4BE is #B92B41. Grayscale: #A6A6A6. Windows color (decimal): -12135234 or 12506182. OLE color: 12506182.
HSL color Cylindrical-coordinate representation of color #46D4BE: hue angle of 170.7º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #46D4BE is Cyan = 0.67, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 70 | 212 | 190 | - |
| CMYK | 0.67 | 0 | 0.10 | 0.17 |
| HSL | 170.7º | 0.62% | 0.55% | - |
| HSV(B) | 170.7º | 0.67% | 0.83% | - |
| XYZ | 35.36 | 52.11 | 56.91 | - |
| YUV | 167.03 | 140.96 | 58.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 212 | 190 | 0.67 | 0 | 0.10 | 0.17 | 170.7 | 0.62 | 0.55 |
| Hex | 46 | D4 | BE | 43 | 0 | A | 11 | AB | 3E | 37 |
| Octal | 106 | 324 | 276 | 103 | 0 | 12 | 21 | 253 | 76 | 67 |
| Binary | 1000110 | 11010100 | 10111110 | 1000011 | 0 | 1010 | 10001 | 10101011 | 111110 | 110111 |
Color Harmonies of #46D4BE
Complementary color
Monochromatic Colors of #46D4BE
Black with #46D4BE
Text Example
Text Example
White with #46D4BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46D4BE; }
p { color: rgb(70,212,190); }
H1.HeaderClassName
{
color: #46D4BE;
}
.AnyTagClassName
{
color: #46D4BE;
}
</style>
background-color css
<style>
a { background-color: #46D4BE; }
a { background-color: rgb(70,212,190); }
div.DivClassName
{
background-color: #46D4BE;
}
.BgClassName
{
background-color: #46D4BE;
}
</style>
border-color css
<style>
span { border-color: #46D4BE; }
span { border-color: rgb(70,212,190); }
td.TdClassName
{
border-color: #46D4BE;
}
.TagClassName
{
border-color: #46D4BE;
}
</style>