Shades of Turquoise #46FEB0
Tints of Turquoise #46FEB0
RGB
CMYK
RGB Variations
Color information
#46FEB0 (or 0x46FEB0) is known color: Turquoise. HEX triplet: 46, FE and B0. RGB value is (70,254,176). Sum of RGB (Red+Green+Blue) = 70+254+176=500 (66% of max value = 765). Red value is 70 (27.73% from 255 or 14% from 500); Green value is 254 (99.61% from 255 or 50.8% from 500); Blue value is 176 (69.14% from 255 or 35.2% from 500); Max value from RGB is 254 - color contains mainly: green. Hex color #46FEB0 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #46FEB0 is #B9014F. Grayscale: #BEBEBE. Windows color (decimal): -12124496 or 11599430. OLE color: 11599430.
HSL color Cylindrical-coordinate representation of color #46FEB0: hue angle of 154.57º 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 #46FEB0 is Cyan = 0.72, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 70 | 254 | 176 | - |
| CMYK | 0.72 | 0 | 0.31 | 0.00 |
| HSL | 154.57º | 0.99% | 0.64% | - |
| HSV(B) | 154.57º | 0.72% | 1% | - |
| XYZ | 45.8 | 75.32 | 53.2 | - |
| YUV | 190.09 | 120.04 | 42.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 254 | 176 | 0.72 | 0 | 0.31 | 0.00 | 154.57 | 0.99 | 0.64 |
| Hex | 46 | FE | B0 | 48 | 0 | 1F | 0 | 9B | 63 | 40 |
| Octal | 106 | 376 | 260 | 110 | 0 | 37 | 0 | 233 | 143 | 100 |
| Binary | 1000110 | 11111110 | 10110000 | 1001000 | 0 | 11111 | 0 | 10011011 | 1100011 | 1000000 |
Color Harmonies of #46FEB0
Complementary color
Monochromatic Colors of #46FEB0
Black with #46FEB0
Text Example
Text Example
White with #46FEB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46FEB0; }
p { color: rgb(70,254,176); }
H1.HeaderClassName
{
color: #46FEB0;
}
.AnyTagClassName
{
color: #46FEB0;
}
</style>
background-color css
<style>
a { background-color: #46FEB0; }
a { background-color: rgb(70,254,176); }
div.DivClassName
{
background-color: #46FEB0;
}
.BgClassName
{
background-color: #46FEB0;
}
</style>
border-color css
<style>
span { border-color: #46FEB0; }
span { border-color: rgb(70,254,176); }
td.TdClassName
{
border-color: #46FEB0;
}
.TagClassName
{
border-color: #46FEB0;
}
</style>