Shades of Medium Turquoise #46CEB9
Tints of Medium Turquoise #46CEB9
RGB
CMYK
RGB Variations
Color information
#46CEB9 (or 0x46CEB9) is known color: Medium Turquoise. HEX triplet: 46, CE and B9. RGB value is (70,206,185). Sum of RGB (Red+Green+Blue) = 70+206+185=461 (61% of max value = 765). Red value is 70 (27.73% from 255 or 15.18% from 461); Green value is 206 (80.86% from 255 or 44.69% from 461); Blue value is 185 (72.66% from 255 or 40.13% from 461); Max value from RGB is 206 - color contains mainly: green. Hex color #46CEB9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46CEB9 is #B93146. Grayscale: #A2A2A2. Windows color (decimal): -12136775 or 12176966. OLE color: 12176966.
HSL color Cylindrical-coordinate representation of color #46CEB9: hue angle of 170.74º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #46CEB9 is Cyan = 0.66, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 70 | 206 | 185 | - |
| CMYK | 0.66 | 0 | 0.10 | 0.19 |
| HSL | 170.74º | 0.58% | 0.54% | - |
| HSV(B) | 170.74º | 0.66% | 0.81% | - |
| XYZ | 33.35 | 48.95 | 53.59 | - |
| YUV | 162.94 | 140.44 | 61.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 206 | 185 | 0.66 | 0 | 0.10 | 0.19 | 170.74 | 0.58 | 0.54 |
| Hex | 46 | CE | B9 | 42 | 0 | A | 13 | AB | 3A | 36 |
| Octal | 106 | 316 | 271 | 102 | 0 | 12 | 23 | 253 | 72 | 66 |
| Binary | 1000110 | 11001110 | 10111001 | 1000010 | 0 | 1010 | 10011 | 10101011 | 111010 | 110110 |
Color Harmonies of #46CEB9
Complementary color
Monochromatic Colors of #46CEB9
Black with #46CEB9
Text Example
Text Example
White with #46CEB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46CEB9; }
p { color: rgb(70,206,185); }
H1.HeaderClassName
{
color: #46CEB9;
}
.AnyTagClassName
{
color: #46CEB9;
}
</style>
background-color css
<style>
a { background-color: #46CEB9; }
a { background-color: rgb(70,206,185); }
div.DivClassName
{
background-color: #46CEB9;
}
.BgClassName
{
background-color: #46CEB9;
}
</style>
border-color css
<style>
span { border-color: #46CEB9; }
span { border-color: rgb(70,206,185); }
td.TdClassName
{
border-color: #46CEB9;
}
.TagClassName
{
border-color: #46CEB9;
}
</style>