Shades of Turquoise #46FEBE
Tints of Turquoise #46FEBE
RGB
CMYK
RGB Variations
Color information
#46FEBE (or 0x46FEBE) is known color: Turquoise. HEX triplet: 46, FE and BE. RGB value is (70,254,190). Sum of RGB (Red+Green+Blue) = 70+254+190=514 (68% of max value = 765). Red value is 70 (27.73% from 255 or 13.62% from 514); Green value is 254 (99.61% from 255 or 49.42% from 514); Blue value is 190 (74.61% from 255 or 36.96% from 514); Max value from RGB is 254 - color contains mainly: green. Hex color #46FEBE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #46FEBE is #B90141. Grayscale: #BFBFBF. Windows color (decimal): -12124482 or 12516934. OLE color: 12516934.
HSL color Cylindrical-coordinate representation of color #46FEBE: hue angle of 159.13º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #46FEBE is Cyan = 0.72, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 70 | 254 | 190 | - |
| CMYK | 0.72 | 0 | 0.25 | 0.00 |
| HSL | 159.13º | 0.99% | 0.64% | - |
| HSV(B) | 159.13º | 0.72% | 1% | - |
| XYZ | 47.26 | 75.9 | 60.88 | - |
| YUV | 191.69 | 127.04 | 41.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 254 | 190 | 0.72 | 0 | 0.25 | 0.00 | 159.13 | 0.99 | 0.64 |
| Hex | 46 | FE | BE | 48 | 0 | 19 | 0 | 9F | 63 | 40 |
| Octal | 106 | 376 | 276 | 110 | 0 | 31 | 0 | 237 | 143 | 100 |
| Binary | 1000110 | 11111110 | 10111110 | 1001000 | 0 | 11001 | 0 | 10011111 | 1100011 | 1000000 |
Color Harmonies of #46FEBE
Complementary color
Monochromatic Colors of #46FEBE
Black with #46FEBE
Text Example
Text Example
White with #46FEBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46FEBE; }
p { color: rgb(70,254,190); }
H1.HeaderClassName
{
color: #46FEBE;
}
.AnyTagClassName
{
color: #46FEBE;
}
</style>
background-color css
<style>
a { background-color: #46FEBE; }
a { background-color: rgb(70,254,190); }
div.DivClassName
{
background-color: #46FEBE;
}
.BgClassName
{
background-color: #46FEBE;
}
</style>
border-color css
<style>
span { border-color: #46FEBE; }
span { border-color: rgb(70,254,190); }
td.TdClassName
{
border-color: #46FEBE;
}
.TagClassName
{
border-color: #46FEBE;
}
</style>