Shades of Turquoise #46FFBE
Tints of Turquoise #46FFBE
RGB
CMYK
RGB Variations
Color information
#46FFBE (or 0x46FFBE) is known color: Turquoise. HEX triplet: 46, FF and BE. RGB value is (70,255,190). Sum of RGB (Red+Green+Blue) = 70+255+190=515 (68% of max value = 765). Red value is 70 (27.73% from 255 or 13.59% from 515); Green value is 255 (100% from 255 or 49.51% from 515); Blue value is 190 (74.61% from 255 or 36.89% from 515); Max value from RGB is 255 - color contains mainly: green. Hex color #46FFBE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #46FFBE is #B90041. Grayscale: #C0C0C0. Windows color (decimal): -12124226 or 12517190. OLE color: 12517190.
HSL color Cylindrical-coordinate representation of color #46FFBE: hue angle of 158.92º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #46FFBE is Cyan = 0.73, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 70 | 255 | 190 | - |
| CMYK | 0.73 | 0 | 0.25 | 0 |
| HSL | 158.92º | 1% | 0.64% | - |
| HSV(B) | 158.92º | 0.73% | 1% | - |
| XYZ | 47.58 | 76.54 | 60.98 | - |
| YUV | 192.28 | 126.71 | 40.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 255 | 190 | 0.73 | 0 | 0.25 | 0 | 158.92 | 1 | 0.64 |
| Hex | 46 | FF | BE | 49 | 0 | 19 | 0 | 9F | 64 | 40 |
| Octal | 106 | 377 | 276 | 111 | 0 | 31 | 0 | 237 | 144 | 100 |
| Binary | 1000110 | 11111111 | 10111110 | 1001001 | 0 | 11001 | 0 | 10011111 | 1100100 | 1000000 |
Color Harmonies of #46FFBE
Complementary color
Monochromatic Colors of #46FFBE
Black with #46FFBE
Text Example
Text Example
White with #46FFBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46FFBE; }
p { color: rgb(70,255,190); }
H1.HeaderClassName
{
color: #46FFBE;
}
.AnyTagClassName
{
color: #46FFBE;
}
</style>
background-color css
<style>
a { background-color: #46FFBE; }
a { background-color: rgb(70,255,190); }
div.DivClassName
{
background-color: #46FFBE;
}
.BgClassName
{
background-color: #46FFBE;
}
</style>
border-color css
<style>
span { border-color: #46FFBE; }
span { border-color: rgb(70,255,190); }
td.TdClassName
{
border-color: #46FFBE;
}
.TagClassName
{
border-color: #46FFBE;
}
</style>