Shades of Turquoise #46FEB2
Tints of Turquoise #46FEB2
RGB
CMYK
RGB Variations
Color information
#46FEB2 (or 0x46FEB2) is known color: Turquoise. HEX triplet: 46, FE and B2. RGB value is (70,254,178). Sum of RGB (Red+Green+Blue) = 70+254+178=502 (66% of max value = 765). Red value is 70 (27.73% from 255 or 13.94% from 502); Green value is 254 (99.61% from 255 or 50.60% from 502); Blue value is 178 (69.92% from 255 or 35.46% from 502); Max value from RGB is 254 - color contains mainly: green. Hex color #46FEB2 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #46FEB2 is #B9014D. Grayscale: #BEBEBE. Windows color (decimal): -12124494 or 11730502. OLE color: 11730502.
HSL color Cylindrical-coordinate representation of color #46FEB2: hue angle of 155.22º 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 #46FEB2 is Cyan = 0.72, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 70 | 254 | 178 | - |
| CMYK | 0.72 | 0 | 0.30 | 0.00 |
| HSL | 155.22º | 0.99% | 0.64% | - |
| HSV(B) | 155.22º | 0.72% | 1% | - |
| XYZ | 46 | 75.4 | 54.25 | - |
| YUV | 190.32 | 121.04 | 42.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 254 | 178 | 0.72 | 0 | 0.30 | 0.00 | 155.22 | 0.99 | 0.64 |
| Hex | 46 | FE | B2 | 48 | 0 | 1E | 0 | 9B | 63 | 40 |
| Octal | 106 | 376 | 262 | 110 | 0 | 36 | 0 | 233 | 143 | 100 |
| Binary | 1000110 | 11111110 | 10110010 | 1001000 | 0 | 11110 | 0 | 10011011 | 1100011 | 1000000 |
Color Harmonies of #46FEB2
Complementary color
Monochromatic Colors of #46FEB2
Black with #46FEB2
Text Example
Text Example
White with #46FEB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46FEB2; }
p { color: rgb(70,254,178); }
H1.HeaderClassName
{
color: #46FEB2;
}
.AnyTagClassName
{
color: #46FEB2;
}
</style>
background-color css
<style>
a { background-color: #46FEB2; }
a { background-color: rgb(70,254,178); }
div.DivClassName
{
background-color: #46FEB2;
}
.BgClassName
{
background-color: #46FEB2;
}
</style>
border-color css
<style>
span { border-color: #46FEB2; }
span { border-color: rgb(70,254,178); }
td.TdClassName
{
border-color: #46FEB2;
}
.TagClassName
{
border-color: #46FEB2;
}
</style>