Shades of Turquoise #46FFB6
Tints of Turquoise #46FFB6
RGB
CMYK
RGB Variations
Color information
#46FFB6 (or 0x46FFB6) is known color: Turquoise. HEX triplet: 46, FF and B6. RGB value is (70,255,182). Sum of RGB (Red+Green+Blue) = 70+255+182=507 (67% of max value = 765). Red value is 70 (27.73% from 255 or 13.81% from 507); Green value is 255 (100% from 255 or 50.30% from 507); Blue value is 182 (71.48% from 255 or 35.90% from 507); Max value from RGB is 255 - color contains mainly: green. Hex color #46FFB6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #46FFB6 is #B90049. Grayscale: #BFBFBF. Windows color (decimal): -12124234 or 11992902. OLE color: 11992902.
HSL color Cylindrical-coordinate representation of color #46FFB6: hue angle of 156.32º 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 #46FFB6 is Cyan = 0.73, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.
Color convert
| RGB | 70 | 255 | 182 | - |
| CMYK | 0.73 | 0 | 0.29 | 0 |
| HSL | 156.32º | 1% | 0.64% | - |
| HSV(B) | 156.32º | 0.73% | 1% | - |
| XYZ | 46.73 | 76.2 | 56.5 | - |
| YUV | 191.36 | 122.71 | 41.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 255 | 182 | 0.73 | 0 | 0.29 | 0 | 156.32 | 1 | 0.64 |
| Hex | 46 | FF | B6 | 49 | 0 | 1D | 0 | 9C | 64 | 40 |
| Octal | 106 | 377 | 266 | 111 | 0 | 35 | 0 | 234 | 144 | 100 |
| Binary | 1000110 | 11111111 | 10110110 | 1001001 | 0 | 11101 | 0 | 10011100 | 1100100 | 1000000 |
Color Harmonies of #46FFB6
Complementary color
Monochromatic Colors of #46FFB6
Black with #46FFB6
Text Example
Text Example
White with #46FFB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46FFB6; }
p { color: rgb(70,255,182); }
H1.HeaderClassName
{
color: #46FFB6;
}
.AnyTagClassName
{
color: #46FFB6;
}
</style>
background-color css
<style>
a { background-color: #46FFB6; }
a { background-color: rgb(70,255,182); }
div.DivClassName
{
background-color: #46FFB6;
}
.BgClassName
{
background-color: #46FFB6;
}
</style>
border-color css
<style>
span { border-color: #46FFB6; }
span { border-color: rgb(70,255,182); }
td.TdClassName
{
border-color: #46FFB6;
}
.TagClassName
{
border-color: #46FFB6;
}
</style>