Shades of Turquoise #46FEBD
Tints of Turquoise #46FEBD
RGB
CMYK
RGB Variations
Color information
#46FEBD (or 0x46FEBD) is known color: Turquoise. HEX triplet: 46, FE and BD. RGB value is (70,254,189). Sum of RGB (Red+Green+Blue) = 70+254+189=513 (67% of max value = 765). Red value is 70 (27.73% from 255 or 13.65% from 513); Green value is 254 (99.61% from 255 or 49.51% from 513); Blue value is 189 (74.22% from 255 or 36.84% from 513); Max value from RGB is 254 - color contains mainly: green. Hex color #46FEBD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #46FEBD is #B90142. Grayscale: #BFBFBF. Windows color (decimal): -12124483 or 12451398. OLE color: 12451398.
HSL color Cylindrical-coordinate representation of color #46FEBD: hue angle of 158.8º 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 #46FEBD is Cyan = 0.72, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 70 | 254 | 189 | - |
| CMYK | 0.72 | 0 | 0.26 | 0.00 |
| HSL | 158.8º | 0.99% | 0.64% | - |
| HSV(B) | 158.8º | 0.72% | 1% | - |
| XYZ | 47.15 | 75.86 | 60.3 | - |
| YUV | 191.57 | 126.54 | 41.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 254 | 189 | 0.72 | 0 | 0.26 | 0.00 | 158.8 | 0.99 | 0.64 |
| Hex | 46 | FE | BD | 48 | 0 | 1A | 0 | 9F | 63 | 40 |
| Octal | 106 | 376 | 275 | 110 | 0 | 32 | 0 | 237 | 143 | 100 |
| Binary | 1000110 | 11111110 | 10111101 | 1001000 | 0 | 11010 | 0 | 10011111 | 1100011 | 1000000 |
Color Harmonies of #46FEBD
Complementary color
Monochromatic Colors of #46FEBD
Black with #46FEBD
Text Example
Text Example
White with #46FEBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46FEBD; }
p { color: rgb(70,254,189); }
H1.HeaderClassName
{
color: #46FEBD;
}
.AnyTagClassName
{
color: #46FEBD;
}
</style>
background-color css
<style>
a { background-color: #46FEBD; }
a { background-color: rgb(70,254,189); }
div.DivClassName
{
background-color: #46FEBD;
}
.BgClassName
{
background-color: #46FEBD;
}
</style>
border-color css
<style>
span { border-color: #46FEBD; }
span { border-color: rgb(70,254,189); }
td.TdClassName
{
border-color: #46FEBD;
}
.TagClassName
{
border-color: #46FEBD;
}
</style>