Shades of Medium Turquoise #46CEBA
Tints of Medium Turquoise #46CEBA
RGB
CMYK
RGB Variations
Color information
#46CEBA (or 0x46CEBA) is known color: Medium Turquoise. HEX triplet: 46, CE and BA. RGB value is (70,206,186). Sum of RGB (Red+Green+Blue) = 70+206+186=462 (61% of max value = 765). Red value is 70 (27.73% from 255 or 15.15% from 462); Green value is 206 (80.86% from 255 or 44.59% from 462); Blue value is 186 (73.05% from 255 or 40.26% from 462); Max value from RGB is 206 - color contains mainly: green. Hex color #46CEBA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46CEBA is #B93145. Grayscale: #A3A3A3. Windows color (decimal): -12136774 or 12242502. OLE color: 12242502.
HSL color Cylindrical-coordinate representation of color #46CEBA: hue angle of 171.18º 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 #46CEBA is Cyan = 0.66, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 70 | 206 | 186 | - |
| CMYK | 0.66 | 0 | 0.10 | 0.19 |
| HSL | 171.18º | 0.58% | 0.54% | - |
| HSV(B) | 171.18º | 0.66% | 0.81% | - |
| XYZ | 33.46 | 48.99 | 54.15 | - |
| YUV | 163.06 | 140.94 | 61.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 206 | 186 | 0.66 | 0 | 0.10 | 0.19 | 171.18 | 0.58 | 0.54 |
| Hex | 46 | CE | BA | 42 | 0 | A | 13 | AB | 3A | 36 |
| Octal | 106 | 316 | 272 | 102 | 0 | 12 | 23 | 253 | 72 | 66 |
| Binary | 1000110 | 11001110 | 10111010 | 1000010 | 0 | 1010 | 10011 | 10101011 | 111010 | 110110 |
Color Harmonies of #46CEBA
Complementary color
Monochromatic Colors of #46CEBA
Black with #46CEBA
Text Example
Text Example
White with #46CEBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46CEBA; }
p { color: rgb(70,206,186); }
H1.HeaderClassName
{
color: #46CEBA;
}
.AnyTagClassName
{
color: #46CEBA;
}
</style>
background-color css
<style>
a { background-color: #46CEBA; }
a { background-color: rgb(70,206,186); }
div.DivClassName
{
background-color: #46CEBA;
}
.BgClassName
{
background-color: #46CEBA;
}
</style>
border-color css
<style>
span { border-color: #46CEBA; }
span { border-color: rgb(70,206,186); }
td.TdClassName
{
border-color: #46CEBA;
}
.TagClassName
{
border-color: #46CEBA;
}
</style>