Shades of Turquoise #46FFBC
Tints of Turquoise #46FFBC
RGB
CMYK
RGB Variations
Color information
#46FFBC (or 0x46FFBC) is known color: Turquoise. HEX triplet: 46, FF and BC. RGB value is (70,255,188). Sum of RGB (Red+Green+Blue) = 70+255+188=513 (67% of max value = 765). Red value is 70 (27.73% from 255 or 13.65% from 513); Green value is 255 (100% from 255 or 49.71% from 513); Blue value is 188 (73.83% from 255 or 36.65% from 513); Max value from RGB is 255 - color contains mainly: green. Hex color #46FFBC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #46FFBC is #B90043. Grayscale: #C0C0C0. Windows color (decimal): -12124228 or 12386118. OLE color: 12386118.
HSL color Cylindrical-coordinate representation of color #46FFBC: hue angle of 158.27º 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 #46FFBC is Cyan = 0.73, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 70 | 255 | 188 | - |
| CMYK | 0.73 | 0 | 0.26 | 0 |
| HSL | 158.27º | 1% | 0.64% | - |
| HSV(B) | 158.27º | 0.73% | 1% | - |
| XYZ | 47.36 | 76.45 | 59.84 | - |
| YUV | 192.05 | 125.71 | 40.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 255 | 188 | 0.73 | 0 | 0.26 | 0 | 158.27 | 1 | 0.64 |
| Hex | 46 | FF | BC | 49 | 0 | 1A | 0 | 9E | 64 | 40 |
| Octal | 106 | 377 | 274 | 111 | 0 | 32 | 0 | 236 | 144 | 100 |
| Binary | 1000110 | 11111111 | 10111100 | 1001001 | 0 | 11010 | 0 | 10011110 | 1100100 | 1000000 |
Color Harmonies of #46FFBC
Complementary color
Monochromatic Colors of #46FFBC
Black with #46FFBC
Text Example
Text Example
White with #46FFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46FFBC; }
p { color: rgb(70,255,188); }
H1.HeaderClassName
{
color: #46FFBC;
}
.AnyTagClassName
{
color: #46FFBC;
}
</style>
background-color css
<style>
a { background-color: #46FFBC; }
a { background-color: rgb(70,255,188); }
div.DivClassName
{
background-color: #46FFBC;
}
.BgClassName
{
background-color: #46FFBC;
}
</style>
border-color css
<style>
span { border-color: #46FFBC; }
span { border-color: rgb(70,255,188); }
td.TdClassName
{
border-color: #46FFBC;
}
.TagClassName
{
border-color: #46FFBC;
}
</style>