Shades of Turquoise #46FFBF
Tints of Turquoise #46FFBF
RGB
CMYK
RGB Variations
Color information
#46FFBF (or 0x46FFBF) is known color: Turquoise. HEX triplet: 46, FF and BF. RGB value is (70,255,191). Sum of RGB (Red+Green+Blue) = 70+255+191=516 (68% of max value = 765). Red value is 70 (27.73% from 255 or 13.57% from 516); Green value is 255 (100% from 255 or 49.42% from 516); Blue value is 191 (75% from 255 or 37.02% from 516); Max value from RGB is 255 - color contains mainly: green. Hex color #46FFBF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #46FFBF is #B90040. Grayscale: #C0C0C0. Windows color (decimal): -12124225 or 12582726. OLE color: 12582726.
HSL color Cylindrical-coordinate representation of color #46FFBF: hue angle of 159.24º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #46FFBF is Cyan = 0.73, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 70 | 255 | 191 | - |
| CMYK | 0.73 | 0 | 0.25 | 0 |
| HSL | 159.24º | 1% | 0.64% | - |
| HSV(B) | 159.24º | 0.73% | 1% | - |
| XYZ | 47.69 | 76.58 | 61.56 | - |
| YUV | 192.39 | 127.21 | 40.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 255 | 191 | 0.73 | 0 | 0.25 | 0 | 159.24 | 1 | 0.64 |
| Hex | 46 | FF | BF | 49 | 0 | 19 | 0 | 9F | 64 | 40 |
| Octal | 106 | 377 | 277 | 111 | 0 | 31 | 0 | 237 | 144 | 100 |
| Binary | 1000110 | 11111111 | 10111111 | 1001001 | 0 | 11001 | 0 | 10011111 | 1100100 | 1000000 |
Color Harmonies of #46FFBF
Complementary color
Monochromatic Colors of #46FFBF
Black with #46FFBF
Text Example
Text Example
White with #46FFBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46FFBF; }
p { color: rgb(70,255,191); }
H1.HeaderClassName
{
color: #46FFBF;
}
.AnyTagClassName
{
color: #46FFBF;
}
</style>
background-color css
<style>
a { background-color: #46FFBF; }
a { background-color: rgb(70,255,191); }
div.DivClassName
{
background-color: #46FFBF;
}
.BgClassName
{
background-color: #46FFBF;
}
</style>
border-color css
<style>
span { border-color: #46FFBF; }
span { border-color: rgb(70,255,191); }
td.TdClassName
{
border-color: #46FFBF;
}
.TagClassName
{
border-color: #46FFBF;
}
</style>