Shades of Medium Turquoise #46C3BF
Tints of Medium Turquoise #46C3BF
RGB
CMYK
RGB Variations
Color information
#46C3BF (or 0x46C3BF) is known color: Medium Turquoise. HEX triplet: 46, C3 and BF. RGB value is (70,195,191). Sum of RGB (Red+Green+Blue) = 70+195+191=456 (60% of max value = 765). Red value is 70 (27.73% from 255 or 15.35% from 456); Green value is 195 (76.56% from 255 or 42.76% from 456); Blue value is 191 (75% from 255 or 41.89% from 456); Max value from RGB is 195 - color contains mainly: green. Hex color #46C3BF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46C3BF is #B93C40. Grayscale: #9D9D9D. Windows color (decimal): -12139585 or 12567366. OLE color: 12567366.
HSL color Cylindrical-coordinate representation of color #46C3BF: hue angle of 178.08º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #46C3BF is Cyan = 0.64, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 70 | 195 | 191 | - |
| CMYK | 0.64 | 0 | 0.02 | 0.24 |
| HSL | 178.08º | 0.51% | 0.52% | - |
| HSV(B) | 178.08º | 0.64% | 0.76% | - |
| XYZ | 31.44 | 44.09 | 56.14 | - |
| YUV | 157.17 | 147.09 | 65.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 195 | 191 | 0.64 | 0 | 0.02 | 0.24 | 178.08 | 0.51 | 0.52 |
| Hex | 46 | C3 | BF | 40 | 0 | 2 | 18 | B2 | 33 | 34 |
| Octal | 106 | 303 | 277 | 100 | 0 | 2 | 30 | 262 | 63 | 64 |
| Binary | 1000110 | 11000011 | 10111111 | 1000000 | 0 | 10 | 11000 | 10110010 | 110011 | 110100 |
Color Harmonies of #46C3BF
Complementary color
Monochromatic Colors of #46C3BF
Black with #46C3BF
Text Example
Text Example
White with #46C3BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46C3BF; }
p { color: rgb(70,195,191); }
H1.HeaderClassName
{
color: #46C3BF;
}
.AnyTagClassName
{
color: #46C3BF;
}
</style>
background-color css
<style>
a { background-color: #46C3BF; }
a { background-color: rgb(70,195,191); }
div.DivClassName
{
background-color: #46C3BF;
}
.BgClassName
{
background-color: #46C3BF;
}
</style>
border-color css
<style>
span { border-color: #46C3BF; }
span { border-color: rgb(70,195,191); }
td.TdClassName
{
border-color: #46C3BF;
}
.TagClassName
{
border-color: #46C3BF;
}
</style>