Shades of Turquoise #46E8BA
Tints of Turquoise #46E8BA
RGB
CMYK
RGB Variations
Color information
#46E8BA (or 0x46E8BA) is known color: Turquoise. HEX triplet: 46, E8 and BA. RGB value is (70,232,186). Sum of RGB (Red+Green+Blue) = 70+232+186=488 (64% of max value = 765). Red value is 70 (27.73% from 255 or 14.34% from 488); Green value is 232 (91.02% from 255 or 47.54% from 488); Blue value is 186 (73.05% from 255 or 38.11% from 488); Max value from RGB is 232 - color contains mainly: green. Hex color #46E8BA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #46E8BA is #B91745. Grayscale: #B2B2B2. Windows color (decimal): -12130118 or 12249158. OLE color: 12249158.
HSL color Cylindrical-coordinate representation of color #46E8BA: hue angle of 162.96º degrees, saturation: 0.78, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #46E8BA is Cyan = 0.70, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 70 | 232 | 186 | - |
| CMYK | 0.70 | 0 | 0.20 | 0.09 |
| HSL | 162.96º | 0.78% | 0.59% | - |
| HSV(B) | 162.96º | 0.7% | 0.91% | - |
| XYZ | 40.25 | 62.56 | 56.41 | - |
| YUV | 178.32 | 132.33 | 50.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 232 | 186 | 0.70 | 0 | 0.20 | 0.09 | 162.96 | 0.78 | 0.59 |
| Hex | 46 | E8 | BA | 46 | 0 | 14 | 9 | A3 | 4E | 3B |
| Octal | 106 | 350 | 272 | 106 | 0 | 24 | 11 | 243 | 116 | 73 |
| Binary | 1000110 | 11101000 | 10111010 | 1000110 | 0 | 10100 | 1001 | 10100011 | 1001110 | 111011 |
Color Harmonies of #46E8BA
Complementary color
Monochromatic Colors of #46E8BA
Black with #46E8BA
Text Example
Text Example
White with #46E8BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46E8BA; }
p { color: rgb(70,232,186); }
H1.HeaderClassName
{
color: #46E8BA;
}
.AnyTagClassName
{
color: #46E8BA;
}
</style>
background-color css
<style>
a { background-color: #46E8BA; }
a { background-color: rgb(70,232,186); }
div.DivClassName
{
background-color: #46E8BA;
}
.BgClassName
{
background-color: #46E8BA;
}
</style>
border-color css
<style>
span { border-color: #46E8BA; }
span { border-color: rgb(70,232,186); }
td.TdClassName
{
border-color: #46E8BA;
}
.TagClassName
{
border-color: #46E8BA;
}
</style>