Shades of Medium Turquoise #46BFBB
Tints of Medium Turquoise #46BFBB
RGB
CMYK
RGB Variations
Color information
#46BFBB (or 0x46BFBB) is known color: Medium Turquoise. HEX triplet: 46, BF and BB. RGB value is (70,191,187). Sum of RGB (Red+Green+Blue) = 70+191+187=448 (59% of max value = 765). Red value is 70 (27.73% from 255 or 15.62% from 448); Green value is 191 (75% from 255 or 42.63% from 448); Blue value is 187 (73.44% from 255 or 41.74% from 448); Max value from RGB is 191 - color contains mainly: green. Hex color #46BFBB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46BFBB is #B94044. Grayscale: #9A9A9A. Windows color (decimal): -12140613 or 12304198. OLE color: 12304198.
HSL color Cylindrical-coordinate representation of color #46BFBB: hue angle of 178.02º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #46BFBB is Cyan = 0.63, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 70 | 191 | 187 | - |
| CMYK | 0.63 | 0 | 0.02 | 0.25 |
| HSL | 178.02º | 0.49% | 0.51% | - |
| HSV(B) | 178.02º | 0.63% | 0.75% | - |
| XYZ | 30.13 | 42.15 | 53.56 | - |
| YUV | 154.37 | 146.41 | 67.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 191 | 187 | 0.63 | 0 | 0.02 | 0.25 | 178.02 | 0.49 | 0.51 |
| Hex | 46 | BF | BB | 3F | 0 | 2 | 19 | B2 | 31 | 33 |
| Octal | 106 | 277 | 273 | 77 | 0 | 2 | 31 | 262 | 61 | 63 |
| Binary | 1000110 | 10111111 | 10111011 | 111111 | 0 | 10 | 11001 | 10110010 | 110001 | 110011 |
Color Harmonies of #46BFBB
Complementary color
Monochromatic Colors of #46BFBB
Black with #46BFBB
Text Example
Text Example
White with #46BFBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46BFBB; }
p { color: rgb(70,191,187); }
H1.HeaderClassName
{
color: #46BFBB;
}
.AnyTagClassName
{
color: #46BFBB;
}
</style>
background-color css
<style>
a { background-color: #46BFBB; }
a { background-color: rgb(70,191,187); }
div.DivClassName
{
background-color: #46BFBB;
}
.BgClassName
{
background-color: #46BFBB;
}
</style>
border-color css
<style>
span { border-color: #46BFBB; }
span { border-color: rgb(70,191,187); }
td.TdClassName
{
border-color: #46BFBB;
}
.TagClassName
{
border-color: #46BFBB;
}
</style>