Shades of Medium Turquoise #46CABB
Tints of Medium Turquoise #46CABB
RGB
CMYK
RGB Variations
Color information
#46CABB (or 0x46CABB) is known color: Medium Turquoise. HEX triplet: 46, CA and BB. RGB value is (70,202,187). Sum of RGB (Red+Green+Blue) = 70+202+187=459 (60% of max value = 765). Red value is 70 (27.73% from 255 or 15.25% from 459); Green value is 202 (79.30% from 255 or 44.01% from 459); Blue value is 187 (73.44% from 255 or 40.74% from 459); Max value from RGB is 202 - color contains mainly: green. Hex color #46CABB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46CABB is #B93544. Grayscale: #A0A0A0. Windows color (decimal): -12137797 or 12307014. OLE color: 12307014.
HSL color Cylindrical-coordinate representation of color #46CABB: hue angle of 173.18º 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 #46CABB is Cyan = 0.65, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 70 | 202 | 187 | - |
| CMYK | 0.65 | 0 | 0.07 | 0.21 |
| HSL | 173.18º | 0.55% | 0.53% | - |
| HSV(B) | 173.18º | 0.65% | 0.79% | - |
| XYZ | 32.62 | 47.13 | 54.39 | - |
| YUV | 160.82 | 142.77 | 63.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 202 | 187 | 0.65 | 0 | 0.07 | 0.21 | 173.18 | 0.55 | 0.53 |
| Hex | 46 | CA | BB | 41 | 0 | 7 | 15 | AD | 37 | 35 |
| Octal | 106 | 312 | 273 | 101 | 0 | 7 | 25 | 255 | 67 | 65 |
| Binary | 1000110 | 11001010 | 10111011 | 1000001 | 0 | 111 | 10101 | 10101101 | 110111 | 110101 |
Color Harmonies of #46CABB
Complementary color
Monochromatic Colors of #46CABB
Black with #46CABB
Text Example
Text Example
White with #46CABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46CABB; }
p { color: rgb(70,202,187); }
H1.HeaderClassName
{
color: #46CABB;
}
.AnyTagClassName
{
color: #46CABB;
}
</style>
background-color css
<style>
a { background-color: #46CABB; }
a { background-color: rgb(70,202,187); }
div.DivClassName
{
background-color: #46CABB;
}
.BgClassName
{
background-color: #46CABB;
}
</style>
border-color css
<style>
span { border-color: #46CABB; }
span { border-color: rgb(70,202,187); }
td.TdClassName
{
border-color: #46CABB;
}
.TagClassName
{
border-color: #46CABB;
}
</style>