Shades of Turquoise #46FEBC
Tints of Turquoise #46FEBC
RGB
CMYK
RGB Variations
Color information
#46FEBC (or 0x46FEBC) is known color: Turquoise. HEX triplet: 46, FE and BC. RGB value is (70,254,188). Sum of RGB (Red+Green+Blue) = 70+254+188=512 (67% of max value = 765). Red value is 70 (27.73% from 255 or 13.67% from 512); Green value is 254 (99.61% from 255 or 49.61% from 512); Blue value is 188 (73.83% from 255 or 36.72% from 512); Max value from RGB is 254 - color contains mainly: green. Hex color #46FEBC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #46FEBC is #B90143. Grayscale: #BFBFBF. Windows color (decimal): -12124484 or 12385862. OLE color: 12385862.
HSL color Cylindrical-coordinate representation of color #46FEBC: hue angle of 158.48º 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 #46FEBC is Cyan = 0.72, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 70 | 254 | 188 | - |
| CMYK | 0.72 | 0 | 0.26 | 0.00 |
| HSL | 158.48º | 0.99% | 0.64% | - |
| HSV(B) | 158.48º | 0.72% | 1% | - |
| XYZ | 47.04 | 75.82 | 59.73 | - |
| YUV | 191.46 | 126.04 | 41.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 254 | 188 | 0.72 | 0 | 0.26 | 0.00 | 158.48 | 0.99 | 0.64 |
| Hex | 46 | FE | BC | 48 | 0 | 1A | 0 | 9E | 63 | 40 |
| Octal | 106 | 376 | 274 | 110 | 0 | 32 | 0 | 236 | 143 | 100 |
| Binary | 1000110 | 11111110 | 10111100 | 1001000 | 0 | 11010 | 0 | 10011110 | 1100011 | 1000000 |
Color Harmonies of #46FEBC
Complementary color
Monochromatic Colors of #46FEBC
Black with #46FEBC
Text Example
Text Example
White with #46FEBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46FEBC; }
p { color: rgb(70,254,188); }
H1.HeaderClassName
{
color: #46FEBC;
}
.AnyTagClassName
{
color: #46FEBC;
}
</style>
background-color css
<style>
a { background-color: #46FEBC; }
a { background-color: rgb(70,254,188); }
div.DivClassName
{
background-color: #46FEBC;
}
.BgClassName
{
background-color: #46FEBC;
}
</style>
border-color css
<style>
span { border-color: #46FEBC; }
span { border-color: rgb(70,254,188); }
td.TdClassName
{
border-color: #46FEBC;
}
.TagClassName
{
border-color: #46FEBC;
}
</style>