Shades of Medium Turquoise #46C9BF
Tints of Medium Turquoise #46C9BF
RGB
CMYK
RGB Variations
Color information
#46C9BF (or 0x46C9BF) is known color: Medium Turquoise. HEX triplet: 46, C9 and BF. RGB value is (70,201,191). Sum of RGB (Red+Green+Blue) = 70+201+191=462 (61% of max value = 765). Red value is 70 (27.73% from 255 or 15.15% from 462); Green value is 201 (78.91% from 255 or 43.51% from 462); Blue value is 191 (75% from 255 or 41.34% from 462); Max value from RGB is 201 - color contains mainly: green. Hex color #46C9BF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46C9BF is #B93640. Grayscale: #A0A0A0. Windows color (decimal): -12138049 or 12568902. OLE color: 12568902.
HSL color Cylindrical-coordinate representation of color #46C9BF: hue angle of 175.42º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #46C9BF is Cyan = 0.65, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 70 | 201 | 191 | - |
| CMYK | 0.65 | 0 | 0.05 | 0.21 |
| HSL | 175.42º | 0.55% | 0.53% | - |
| HSV(B) | 175.42º | 0.65% | 0.79% | - |
| XYZ | 32.82 | 46.84 | 56.6 | - |
| YUV | 160.69 | 145.1 | 63.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 201 | 191 | 0.65 | 0 | 0.05 | 0.21 | 175.42 | 0.55 | 0.53 |
| Hex | 46 | C9 | BF | 41 | 0 | 5 | 15 | AF | 37 | 35 |
| Octal | 106 | 311 | 277 | 101 | 0 | 5 | 25 | 257 | 67 | 65 |
| Binary | 1000110 | 11001001 | 10111111 | 1000001 | 0 | 101 | 10101 | 10101111 | 110111 | 110101 |
Color Harmonies of #46C9BF
Complementary color
Monochromatic Colors of #46C9BF
Black with #46C9BF
Text Example
Text Example
White with #46C9BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46C9BF; }
p { color: rgb(70,201,191); }
H1.HeaderClassName
{
color: #46C9BF;
}
.AnyTagClassName
{
color: #46C9BF;
}
</style>
background-color css
<style>
a { background-color: #46C9BF; }
a { background-color: rgb(70,201,191); }
div.DivClassName
{
background-color: #46C9BF;
}
.BgClassName
{
background-color: #46C9BF;
}
</style>
border-color css
<style>
span { border-color: #46C9BF; }
span { border-color: rgb(70,201,191); }
td.TdClassName
{
border-color: #46C9BF;
}
.TagClassName
{
border-color: #46C9BF;
}
</style>