Shades of Turquoise #46FEAB
Tints of Turquoise #46FEAB
RGB
CMYK
RGB Variations
Color information
#46FEAB (or 0x46FEAB) is known color: Turquoise. HEX triplet: 46, FE and AB. RGB value is (70,254,171). Sum of RGB (Red+Green+Blue) = 70+254+171=495 (65% of max value = 765). Red value is 70 (27.73% from 255 or 14.14% from 495); Green value is 254 (99.61% from 255 or 51.31% from 495); Blue value is 171 (67.19% from 255 or 34.55% from 495); Max value from RGB is 254 - color contains mainly: green. Hex color #46FEAB is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #46FEAB is #B90154. Grayscale: #BDBDBD. Windows color (decimal): -12124501 or 11271750. OLE color: 11271750.
HSL color Cylindrical-coordinate representation of color #46FEAB: hue angle of 152.93º 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 #46FEAB is Cyan = 0.72, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 70 | 254 | 171 | - |
| CMYK | 0.72 | 0 | 0.33 | 0.00 |
| HSL | 152.93º | 0.99% | 0.64% | - |
| HSV(B) | 152.93º | 0.72% | 1% | - |
| XYZ | 45.32 | 75.13 | 50.64 | - |
| YUV | 189.52 | 117.54 | 42.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 254 | 171 | 0.72 | 0 | 0.33 | 0.00 | 152.93 | 0.99 | 0.64 |
| Hex | 46 | FE | AB | 48 | 0 | 21 | 0 | 99 | 63 | 40 |
| Octal | 106 | 376 | 253 | 110 | 0 | 41 | 0 | 231 | 143 | 100 |
| Binary | 1000110 | 11111110 | 10101011 | 1001000 | 0 | 100001 | 0 | 10011001 | 1100011 | 1000000 |
Color Harmonies of #46FEAB
Complementary color
Monochromatic Colors of #46FEAB
Black with #46FEAB
Text Example
Text Example
White with #46FEAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46FEAB; }
p { color: rgb(70,254,171); }
H1.HeaderClassName
{
color: #46FEAB;
}
.AnyTagClassName
{
color: #46FEAB;
}
</style>
background-color css
<style>
a { background-color: #46FEAB; }
a { background-color: rgb(70,254,171); }
div.DivClassName
{
background-color: #46FEAB;
}
.BgClassName
{
background-color: #46FEAB;
}
</style>
border-color css
<style>
span { border-color: #46FEAB; }
span { border-color: rgb(70,254,171); }
td.TdClassName
{
border-color: #46FEAB;
}
.TagClassName
{
border-color: #46FEAB;
}
</style>