Shades of Medium Turquoise #46CAC4
Tints of Medium Turquoise #46CAC4
RGB
CMYK
RGB Variations
Color information
#46CAC4 (or 0x46CAC4) is known color: Medium Turquoise. HEX triplet: 46, CA and C4. RGB value is (70,202,196). Sum of RGB (Red+Green+Blue) = 70+202+196=468 (61% of max value = 765). Red value is 70 (27.73% from 255 or 14.96% from 468); Green value is 202 (79.30% from 255 or 43.16% from 468); Blue value is 196 (76.95% from 255 or 41.88% from 468); Max value from RGB is 202 - color contains mainly: green. Hex color #46CAC4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46CAC4 is #B9353B. Grayscale: #A1A1A1. Windows color (decimal): -12137788 or 12896838. OLE color: 12896838.
HSL color Cylindrical-coordinate representation of color #46CAC4: hue angle of 177.27º 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 #46CAC4 is Cyan = 0.65, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 70 | 202 | 196 | - |
| CMYK | 0.65 | 0 | 0.03 | 0.21 |
| HSL | 177.27º | 0.55% | 0.53% | - |
| HSV(B) | 177.27º | 0.65% | 0.79% | - |
| XYZ | 33.61 | 47.53 | 59.63 | - |
| YUV | 161.85 | 147.27 | 62.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 202 | 196 | 0.65 | 0 | 0.03 | 0.21 | 177.27 | 0.55 | 0.53 |
| Hex | 46 | CA | C4 | 41 | 0 | 3 | 15 | B1 | 37 | 35 |
| Octal | 106 | 312 | 304 | 101 | 0 | 3 | 25 | 261 | 67 | 65 |
| Binary | 1000110 | 11001010 | 11000100 | 1000001 | 0 | 11 | 10101 | 10110001 | 110111 | 110101 |
Color Harmonies of #46CAC4
Complementary color
Monochromatic Colors of #46CAC4
Black with #46CAC4
Text Example
Text Example
White with #46CAC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46CAC4; }
p { color: rgb(70,202,196); }
H1.HeaderClassName
{
color: #46CAC4;
}
.AnyTagClassName
{
color: #46CAC4;
}
</style>
background-color css
<style>
a { background-color: #46CAC4; }
a { background-color: rgb(70,202,196); }
div.DivClassName
{
background-color: #46CAC4;
}
.BgClassName
{
background-color: #46CAC4;
}
</style>
border-color css
<style>
span { border-color: #46CAC4; }
span { border-color: rgb(70,202,196); }
td.TdClassName
{
border-color: #46CAC4;
}
.TagClassName
{
border-color: #46CAC4;
}
</style>