Shades of Medium Turquoise #46CEB5
Tints of Medium Turquoise #46CEB5
RGB
CMYK
RGB Variations
Color information
#46CEB5 (or 0x46CEB5) is known color: Medium Turquoise. HEX triplet: 46, CE and B5. RGB value is (70,206,181). Sum of RGB (Red+Green+Blue) = 70+206+181=457 (60% of max value = 765). Red value is 70 (27.73% from 255 or 15.32% from 457); Green value is 206 (80.86% from 255 or 45.08% from 457); Blue value is 181 (71.09% from 255 or 39.61% from 457); Max value from RGB is 206 - color contains mainly: green. Hex color #46CEB5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46CEB5 is #B9314A. Grayscale: #A2A2A2. Windows color (decimal): -12136779 or 11914822. OLE color: 11914822.
HSL color Cylindrical-coordinate representation of color #46CEB5: hue angle of 168.97º 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 #46CEB5 is Cyan = 0.66, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 70 | 206 | 181 | - |
| CMYK | 0.66 | 0 | 0.12 | 0.19 |
| HSL | 168.97º | 0.58% | 0.54% | - |
| HSV(B) | 168.97º | 0.66% | 0.81% | - |
| XYZ | 32.94 | 48.78 | 51.4 | - |
| YUV | 162.49 | 138.44 | 62.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 206 | 181 | 0.66 | 0 | 0.12 | 0.19 | 168.97 | 0.58 | 0.54 |
| Hex | 46 | CE | B5 | 42 | 0 | C | 13 | A9 | 3A | 36 |
| Octal | 106 | 316 | 265 | 102 | 0 | 14 | 23 | 251 | 72 | 66 |
| Binary | 1000110 | 11001110 | 10110101 | 1000010 | 0 | 1100 | 10011 | 10101001 | 111010 | 110110 |
Color Harmonies of #46CEB5
Complementary color
Monochromatic Colors of #46CEB5
Black with #46CEB5
Text Example
Text Example
White with #46CEB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46CEB5; }
p { color: rgb(70,206,181); }
H1.HeaderClassName
{
color: #46CEB5;
}
.AnyTagClassName
{
color: #46CEB5;
}
</style>
background-color css
<style>
a { background-color: #46CEB5; }
a { background-color: rgb(70,206,181); }
div.DivClassName
{
background-color: #46CEB5;
}
.BgClassName
{
background-color: #46CEB5;
}
</style>
border-color css
<style>
span { border-color: #46CEB5; }
span { border-color: rgb(70,206,181); }
td.TdClassName
{
border-color: #46CEB5;
}
.TagClassName
{
border-color: #46CEB5;
}
</style>