Shades of Turquoise #46FEAC
Tints of Turquoise #46FEAC
RGB
CMYK
RGB Variations
Color information
#46FEAC (or 0x46FEAC) is known color: Turquoise. HEX triplet: 46, FE and AC. RGB value is (70,254,172). Sum of RGB (Red+Green+Blue) = 70+254+172=496 (65% of max value = 765). Red value is 70 (27.73% from 255 or 14.11% from 496); Green value is 254 (99.61% from 255 or 51.21% from 496); Blue value is 172 (67.58% from 255 or 34.68% from 496); Max value from RGB is 254 - color contains mainly: green. Hex color #46FEAC is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #46FEAC is #B90153. Grayscale: #BDBDBD. Windows color (decimal): -12124500 or 11337286. OLE color: 11337286.
HSL color Cylindrical-coordinate representation of color #46FEAC: hue angle of 153.26º 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 #46FEAC is Cyan = 0.72, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 70 | 254 | 172 | - |
| CMYK | 0.72 | 0 | 0.32 | 0.00 |
| HSL | 153.26º | 0.99% | 0.64% | - |
| HSV(B) | 153.26º | 0.72% | 1% | - |
| XYZ | 45.41 | 75.16 | 51.14 | - |
| YUV | 189.64 | 118.04 | 42.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 254 | 172 | 0.72 | 0 | 0.32 | 0.00 | 153.26 | 0.99 | 0.64 |
| Hex | 46 | FE | AC | 48 | 0 | 20 | 0 | 99 | 63 | 40 |
| Octal | 106 | 376 | 254 | 110 | 0 | 40 | 0 | 231 | 143 | 100 |
| Binary | 1000110 | 11111110 | 10101100 | 1001000 | 0 | 100000 | 0 | 10011001 | 1100011 | 1000000 |
Color Harmonies of #46FEAC
Complementary color
Monochromatic Colors of #46FEAC
Black with #46FEAC
Text Example
Text Example
White with #46FEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46FEAC; }
p { color: rgb(70,254,172); }
H1.HeaderClassName
{
color: #46FEAC;
}
.AnyTagClassName
{
color: #46FEAC;
}
</style>
background-color css
<style>
a { background-color: #46FEAC; }
a { background-color: rgb(70,254,172); }
div.DivClassName
{
background-color: #46FEAC;
}
.BgClassName
{
background-color: #46FEAC;
}
</style>
border-color css
<style>
span { border-color: #46FEAC; }
span { border-color: rgb(70,254,172); }
td.TdClassName
{
border-color: #46FEAC;
}
.TagClassName
{
border-color: #46FEAC;
}
</style>