Shades of Turquoise #46FFB5
Tints of Turquoise #46FFB5
RGB
CMYK
RGB Variations
Color information
#46FFB5 (or 0x46FFB5) is known color: Turquoise. HEX triplet: 46, FF and B5. RGB value is (70,255,181). Sum of RGB (Red+Green+Blue) = 70+255+181=506 (67% of max value = 765). Red value is 70 (27.73% from 255 or 13.83% from 506); Green value is 255 (100% from 255 or 50.40% from 506); Blue value is 181 (71.09% from 255 or 35.77% from 506); Max value from RGB is 255 - color contains mainly: green. Hex color #46FFB5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #46FFB5 is #B9004A. Grayscale: #BFBFBF. Windows color (decimal): -12124235 or 11927366. OLE color: 11927366.
HSL color Cylindrical-coordinate representation of color #46FFB5: hue angle of 156º 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 #46FFB5 is Cyan = 0.73, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.
Color convert
| RGB | 70 | 255 | 181 | - |
| CMYK | 0.73 | 0 | 0.29 | 0 |
| HSL | 156º | 1% | 0.64% | - |
| HSV(B) | 156º | 0.73% | 1% | - |
| XYZ | 46.63 | 76.16 | 55.96 | - |
| YUV | 191.25 | 122.21 | 41.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 255 | 181 | 0.73 | 0 | 0.29 | 0 | 156 | 1 | 0.64 |
| Hex | 46 | FF | B5 | 49 | 0 | 1D | 0 | 9C | 64 | 40 |
| Octal | 106 | 377 | 265 | 111 | 0 | 35 | 0 | 234 | 144 | 100 |
| Binary | 1000110 | 11111111 | 10110101 | 1001001 | 0 | 11101 | 0 | 10011100 | 1100100 | 1000000 |
Color Harmonies of #46FFB5
Complementary color
Monochromatic Colors of #46FFB5
Black with #46FFB5
Text Example
Text Example
White with #46FFB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46FFB5; }
p { color: rgb(70,255,181); }
H1.HeaderClassName
{
color: #46FFB5;
}
.AnyTagClassName
{
color: #46FFB5;
}
</style>
background-color css
<style>
a { background-color: #46FFB5; }
a { background-color: rgb(70,255,181); }
div.DivClassName
{
background-color: #46FFB5;
}
.BgClassName
{
background-color: #46FFB5;
}
</style>
border-color css
<style>
span { border-color: #46FFB5; }
span { border-color: rgb(70,255,181); }
td.TdClassName
{
border-color: #46FFB5;
}
.TagClassName
{
border-color: #46FFB5;
}
</style>