Shades of Turquoise #46E9BB
Tints of Turquoise #46E9BB
RGB
CMYK
RGB Variations
Color information
#46E9BB (or 0x46E9BB) is known color: Turquoise. HEX triplet: 46, E9 and BB. RGB value is (70,233,187). Sum of RGB (Red+Green+Blue) = 70+233+187=490 (64% of max value = 765). Red value is 70 (27.73% from 255 or 14.29% from 490); Green value is 233 (91.41% from 255 or 47.55% from 490); Blue value is 187 (73.44% from 255 or 38.16% from 490); Max value from RGB is 233 - color contains mainly: green. Hex color #46E9BB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #46E9BB is #B91644. Grayscale: #B3B3B3. Windows color (decimal): -12129861 or 12314950. OLE color: 12314950.
HSL color Cylindrical-coordinate representation of color #46E9BB: hue angle of 163.07º degrees, saturation: 0.79, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #46E9BB is Cyan = 0.70, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 70 | 233 | 187 | - |
| CMYK | 0.70 | 0 | 0.20 | 0.09 |
| HSL | 163.07º | 0.79% | 0.59% | - |
| HSV(B) | 163.07º | 0.7% | 0.91% | - |
| XYZ | 40.63 | 63.17 | 57.06 | - |
| YUV | 179.02 | 132.5 | 50.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 233 | 187 | 0.70 | 0 | 0.20 | 0.09 | 163.07 | 0.79 | 0.59 |
| Hex | 46 | E9 | BB | 46 | 0 | 14 | 9 | A3 | 4F | 3B |
| Octal | 106 | 351 | 273 | 106 | 0 | 24 | 11 | 243 | 117 | 73 |
| Binary | 1000110 | 11101001 | 10111011 | 1000110 | 0 | 10100 | 1001 | 10100011 | 1001111 | 111011 |
Color Harmonies of #46E9BB
Complementary color
Monochromatic Colors of #46E9BB
Black with #46E9BB
Text Example
Text Example
White with #46E9BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46E9BB; }
p { color: rgb(70,233,187); }
H1.HeaderClassName
{
color: #46E9BB;
}
.AnyTagClassName
{
color: #46E9BB;
}
</style>
background-color css
<style>
a { background-color: #46E9BB; }
a { background-color: rgb(70,233,187); }
div.DivClassName
{
background-color: #46E9BB;
}
.BgClassName
{
background-color: #46E9BB;
}
</style>
border-color css
<style>
span { border-color: #46E9BB; }
span { border-color: rgb(70,233,187); }
td.TdClassName
{
border-color: #46E9BB;
}
.TagClassName
{
border-color: #46E9BB;
}
</style>