Shades of Medium Turquoise #46CABA
Tints of Medium Turquoise #46CABA
RGB
CMYK
RGB Variations
Color information
#46CABA (or 0x46CABA) is known color: Medium Turquoise. HEX triplet: 46, CA and BA. RGB value is (70,202,186). Sum of RGB (Red+Green+Blue) = 70+202+186=458 (60% of max value = 765). Red value is 70 (27.73% from 255 or 15.28% from 458); Green value is 202 (79.30% from 255 or 44.10% from 458); Blue value is 186 (73.05% from 255 or 40.61% from 458); Max value from RGB is 202 - color contains mainly: green. Hex color #46CABA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46CABA is #B93545. Grayscale: #A0A0A0. Windows color (decimal): -12137798 or 12241478. OLE color: 12241478.
HSL color Cylindrical-coordinate representation of color #46CABA: hue angle of 172.73º 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 #46CABA is Cyan = 0.65, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 70 | 202 | 186 | - |
| CMYK | 0.65 | 0 | 0.08 | 0.21 |
| HSL | 172.73º | 0.55% | 0.53% | - |
| HSV(B) | 172.73º | 0.65% | 0.79% | - |
| XYZ | 32.51 | 47.09 | 53.83 | - |
| YUV | 160.71 | 142.27 | 63.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 202 | 186 | 0.65 | 0 | 0.08 | 0.21 | 172.73 | 0.55 | 0.53 |
| Hex | 46 | CA | BA | 41 | 0 | 8 | 15 | AD | 37 | 35 |
| Octal | 106 | 312 | 272 | 101 | 0 | 10 | 25 | 255 | 67 | 65 |
| Binary | 1000110 | 11001010 | 10111010 | 1000001 | 0 | 1000 | 10101 | 10101101 | 110111 | 110101 |
Color Harmonies of #46CABA
Complementary color
Monochromatic Colors of #46CABA
Black with #46CABA
Text Example
Text Example
White with #46CABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46CABA; }
p { color: rgb(70,202,186); }
H1.HeaderClassName
{
color: #46CABA;
}
.AnyTagClassName
{
color: #46CABA;
}
</style>
background-color css
<style>
a { background-color: #46CABA; }
a { background-color: rgb(70,202,186); }
div.DivClassName
{
background-color: #46CABA;
}
.BgClassName
{
background-color: #46CABA;
}
</style>
border-color css
<style>
span { border-color: #46CABA; }
span { border-color: rgb(70,202,186); }
td.TdClassName
{
border-color: #46CABA;
}
.TagClassName
{
border-color: #46CABA;
}
</style>