Shades of Medium Turquoise #46D6BE
Tints of Medium Turquoise #46D6BE
RGB
CMYK
RGB Variations
Color information
#46D6BE (or 0x46D6BE) is known color: Medium Turquoise. HEX triplet: 46, D6 and BE. RGB value is (70,214,190). Sum of RGB (Red+Green+Blue) = 70+214+190=474 (62% of max value = 765). Red value is 70 (27.73% from 255 or 14.77% from 474); Green value is 214 (83.98% from 255 or 45.15% from 474); Blue value is 190 (74.61% from 255 or 40.08% from 474); Max value from RGB is 214 - color contains mainly: green. Hex color #46D6BE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46D6BE is #B92941. Grayscale: #A8A8A8. Windows color (decimal): -12134722 or 12506694. OLE color: 12506694.
HSL color Cylindrical-coordinate representation of color #46D6BE: hue angle of 170º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #46D6BE is Cyan = 0.67, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 70 | 214 | 190 | - |
| CMYK | 0.67 | 0 | 0.11 | 0.16 |
| HSL | 170º | 0.64% | 0.56% | - |
| HSV(B) | 170º | 0.67% | 0.84% | - |
| XYZ | 35.87 | 53.11 | 57.08 | - |
| YUV | 168.21 | 140.29 | 57.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 214 | 190 | 0.67 | 0 | 0.11 | 0.16 | 170 | 0.64 | 0.56 |
| Hex | 46 | D6 | BE | 43 | 0 | B | 10 | AA | 40 | 38 |
| Octal | 106 | 326 | 276 | 103 | 0 | 13 | 20 | 252 | 100 | 70 |
| Binary | 1000110 | 11010110 | 10111110 | 1000011 | 0 | 1011 | 10000 | 10101010 | 1000000 | 111000 |
Color Harmonies of #46D6BE
Complementary color
Monochromatic Colors of #46D6BE
Black with #46D6BE
Text Example
Text Example
White with #46D6BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46D6BE; }
p { color: rgb(70,214,190); }
H1.HeaderClassName
{
color: #46D6BE;
}
.AnyTagClassName
{
color: #46D6BE;
}
</style>
background-color css
<style>
a { background-color: #46D6BE; }
a { background-color: rgb(70,214,190); }
div.DivClassName
{
background-color: #46D6BE;
}
.BgClassName
{
background-color: #46D6BE;
}
</style>
border-color css
<style>
span { border-color: #46D6BE; }
span { border-color: rgb(70,214,190); }
td.TdClassName
{
border-color: #46D6BE;
}
.TagClassName
{
border-color: #46D6BE;
}
</style>