Shades of Turquoise #46FFB1
Tints of Turquoise #46FFB1
RGB
CMYK
RGB Variations
Color information
#46FFB1 (or 0x46FFB1) is known color: Turquoise. HEX triplet: 46, FF and B1. RGB value is (70,255,177). Sum of RGB (Red+Green+Blue) = 70+255+177=502 (66% of max value = 765). Red value is 70 (27.73% from 255 or 13.94% from 502); Green value is 255 (100% from 255 or 50.80% from 502); Blue value is 177 (69.53% from 255 or 35.26% from 502); Max value from RGB is 255 - color contains mainly: green. Hex color #46FFB1 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #46FFB1 is #B9004E. Grayscale: #BEBEBE. Windows color (decimal): -12124239 or 11665222. OLE color: 11665222.
HSL color Cylindrical-coordinate representation of color #46FFB1: hue angle of 154.7º 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 #46FFB1 is Cyan = 0.73, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 70 | 255 | 177 | - |
| CMYK | 0.73 | 0 | 0.31 | 0 |
| HSL | 154.7º | 1% | 0.64% | - |
| HSV(B) | 154.7º | 0.73% | 1% | - |
| XYZ | 46.22 | 76 | 53.83 | - |
| YUV | 190.79 | 120.21 | 41.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 255 | 177 | 0.73 | 0 | 0.31 | 0 | 154.7 | 1 | 0.64 |
| Hex | 46 | FF | B1 | 49 | 0 | 1F | 0 | 9B | 64 | 40 |
| Octal | 106 | 377 | 261 | 111 | 0 | 37 | 0 | 233 | 144 | 100 |
| Binary | 1000110 | 11111111 | 10110001 | 1001001 | 0 | 11111 | 0 | 10011011 | 1100100 | 1000000 |
Color Harmonies of #46FFB1
Complementary color
Monochromatic Colors of #46FFB1
Black with #46FFB1
Text Example
Text Example
White with #46FFB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46FFB1; }
p { color: rgb(70,255,177); }
H1.HeaderClassName
{
color: #46FFB1;
}
.AnyTagClassName
{
color: #46FFB1;
}
</style>
background-color css
<style>
a { background-color: #46FFB1; }
a { background-color: rgb(70,255,177); }
div.DivClassName
{
background-color: #46FFB1;
}
.BgClassName
{
background-color: #46FFB1;
}
</style>
border-color css
<style>
span { border-color: #46FFB1; }
span { border-color: rgb(70,255,177); }
td.TdClassName
{
border-color: #46FFB1;
}
.TagClassName
{
border-color: #46FFB1;
}
</style>