Shades of Turquoise #46FEC0
Tints of Turquoise #46FEC0
RGB
CMYK
RGB Variations
Color information
#46FEC0 (or 0x46FEC0) is known color: Turquoise. HEX triplet: 46, FE and C0. RGB value is (70,254,192). Sum of RGB (Red+Green+Blue) = 70+254+192=516 (68% of max value = 765). Red value is 70 (27.73% from 255 or 13.57% from 516); Green value is 254 (99.61% from 255 or 49.22% from 516); Blue value is 192 (75.39% from 255 or 37.21% from 516); Max value from RGB is 254 - color contains mainly: green. Hex color #46FEC0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #46FEC0 is #B9013F. Grayscale: #BFBFBF. Windows color (decimal): -12124480 or 12648006. OLE color: 12648006.
HSL color Cylindrical-coordinate representation of color #46FEC0: hue angle of 159.78º 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 #46FEC0 is Cyan = 0.72, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 70 | 254 | 192 | - |
| CMYK | 0.72 | 0 | 0.24 | 0.00 |
| HSL | 159.78º | 0.99% | 0.64% | - |
| HSV(B) | 159.78º | 0.72% | 1% | - |
| XYZ | 47.48 | 75.99 | 62.03 | - |
| YUV | 191.92 | 128.04 | 41.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 254 | 192 | 0.72 | 0 | 0.24 | 0.00 | 159.78 | 0.99 | 0.64 |
| Hex | 46 | FE | C0 | 48 | 0 | 18 | 0 | A0 | 63 | 40 |
| Octal | 106 | 376 | 300 | 110 | 0 | 30 | 0 | 240 | 143 | 100 |
| Binary | 1000110 | 11111110 | 11000000 | 1001000 | 0 | 11000 | 0 | 10100000 | 1100011 | 1000000 |
Color Harmonies of #46FEC0
Complementary color
Monochromatic Colors of #46FEC0
Black with #46FEC0
Text Example
Text Example
White with #46FEC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46FEC0; }
p { color: rgb(70,254,192); }
H1.HeaderClassName
{
color: #46FEC0;
}
.AnyTagClassName
{
color: #46FEC0;
}
</style>
background-color css
<style>
a { background-color: #46FEC0; }
a { background-color: rgb(70,254,192); }
div.DivClassName
{
background-color: #46FEC0;
}
.BgClassName
{
background-color: #46FEC0;
}
</style>
border-color css
<style>
span { border-color: #46FEC0; }
span { border-color: rgb(70,254,192); }
td.TdClassName
{
border-color: #46FEC0;
}
.TagClassName
{
border-color: #46FEC0;
}
</style>