Shades of Turquoise #46FFB0
Tints of Turquoise #46FFB0
RGB
CMYK
RGB Variations
Color information
#46FFB0 (or 0x46FFB0) is known color: Turquoise. HEX triplet: 46, FF and B0. RGB value is (70,255,176). Sum of RGB (Red+Green+Blue) = 70+255+176=501 (66% of max value = 765). Red value is 70 (27.73% from 255 or 13.97% from 501); Green value is 255 (100% from 255 or 50.90% from 501); Blue value is 176 (69.14% from 255 or 35.13% from 501); Max value from RGB is 255 - color contains mainly: green. Hex color #46FFB0 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #46FFB0 is #B9004F. Grayscale: #BEBEBE. Windows color (decimal): -12124240 or 11599686. OLE color: 11599686.
HSL color Cylindrical-coordinate representation of color #46FFB0: hue angle of 154.38º 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 #46FFB0 is Cyan = 0.73, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 70 | 255 | 176 | - |
| CMYK | 0.73 | 0 | 0.31 | 0 |
| HSL | 154.38º | 1% | 0.64% | - |
| HSV(B) | 154.38º | 0.73% | 1% | - |
| XYZ | 46.12 | 75.96 | 53.3 | - |
| YUV | 190.68 | 119.71 | 41.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 255 | 176 | 0.73 | 0 | 0.31 | 0 | 154.38 | 1 | 0.64 |
| Hex | 46 | FF | B0 | 49 | 0 | 1F | 0 | 9A | 64 | 40 |
| Octal | 106 | 377 | 260 | 111 | 0 | 37 | 0 | 232 | 144 | 100 |
| Binary | 1000110 | 11111111 | 10110000 | 1001001 | 0 | 11111 | 0 | 10011010 | 1100100 | 1000000 |
Color Harmonies of #46FFB0
Complementary color
Monochromatic Colors of #46FFB0
Black with #46FFB0
Text Example
Text Example
White with #46FFB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46FFB0; }
p { color: rgb(70,255,176); }
H1.HeaderClassName
{
color: #46FFB0;
}
.AnyTagClassName
{
color: #46FFB0;
}
</style>
background-color css
<style>
a { background-color: #46FFB0; }
a { background-color: rgb(70,255,176); }
div.DivClassName
{
background-color: #46FFB0;
}
.BgClassName
{
background-color: #46FFB0;
}
</style>
border-color css
<style>
span { border-color: #46FFB0; }
span { border-color: rgb(70,255,176); }
td.TdClassName
{
border-color: #46FFB0;
}
.TagClassName
{
border-color: #46FFB0;
}
</style>