Shades of Turquoise #46EEBB
Tints of Turquoise #46EEBB
RGB
CMYK
RGB Variations
Color information
#46EEBB (or 0x46EEBB) is known color: Turquoise. HEX triplet: 46, EE and BB. RGB value is (70,238,187). Sum of RGB (Red+Green+Blue) = 70+238+187=495 (65% of max value = 765). Red value is 70 (27.73% from 255 or 14.14% from 495); Green value is 238 (93.36% from 255 or 48.08% from 495); Blue value is 187 (73.44% from 255 or 37.78% from 495); Max value from RGB is 238 - color contains mainly: green. Hex color #46EEBB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #46EEBB is #B91144. Grayscale: #B5B5B5. Windows color (decimal): -12128581 or 12316230. OLE color: 12316230.
HSL color Cylindrical-coordinate representation of color #46EEBB: hue angle of 161.79º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #46EEBB is Cyan = 0.71, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 70 | 238 | 187 | - |
| CMYK | 0.71 | 0 | 0.21 | 0.07 |
| HSL | 161.79º | 0.83% | 0.6% | - |
| HSV(B) | 161.79º | 0.71% | 0.93% | - |
| XYZ | 42.07 | 66.04 | 57.54 | - |
| YUV | 181.95 | 130.84 | 48.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 238 | 187 | 0.71 | 0 | 0.21 | 0.07 | 161.79 | 0.83 | 0.6 |
| Hex | 46 | EE | BB | 47 | 0 | 15 | 7 | A2 | 53 | 3C |
| Octal | 106 | 356 | 273 | 107 | 0 | 25 | 7 | 242 | 123 | 74 |
| Binary | 1000110 | 11101110 | 10111011 | 1000111 | 0 | 10101 | 111 | 10100010 | 1010011 | 111100 |
Color Harmonies of #46EEBB
Complementary color
Monochromatic Colors of #46EEBB
Black with #46EEBB
Text Example
Text Example
White with #46EEBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46EEBB; }
p { color: rgb(70,238,187); }
H1.HeaderClassName
{
color: #46EEBB;
}
.AnyTagClassName
{
color: #46EEBB;
}
</style>
background-color css
<style>
a { background-color: #46EEBB; }
a { background-color: rgb(70,238,187); }
div.DivClassName
{
background-color: #46EEBB;
}
.BgClassName
{
background-color: #46EEBB;
}
</style>
border-color css
<style>
span { border-color: #46EEBB; }
span { border-color: rgb(70,238,187); }
td.TdClassName
{
border-color: #46EEBB;
}
.TagClassName
{
border-color: #46EEBB;
}
</style>