Shades of Medium Turquoise #46C2C6
Tints of Medium Turquoise #46C2C6
RGB
CMYK
RGB Variations
Color information
#46C2C6 (or 0x46C2C6) is known color: Medium Turquoise. HEX triplet: 46, C2 and C6. RGB value is (70,194,198). Sum of RGB (Red+Green+Blue) = 70+194+198=462 (61% of max value = 765). Red value is 70 (27.73% from 255 or 15.15% from 462); Green value is 194 (76.17% from 255 or 41.99% from 462); Blue value is 198 (77.73% from 255 or 42.86% from 462); Max value from RGB is 198 - color contains mainly: blue. Hex color #46C2C6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46C2C6 is #B93D39. Grayscale: #9D9D9D. Windows color (decimal): -12139834 or 13025862. OLE color: 13025862.
HSL color Cylindrical-coordinate representation of color #46C2C6: hue angle of 181.88º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #46C2C6 is Cyan = 0.65, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 70 | 194 | 198 | - |
| CMYK | 0.65 | 0.02 | 0 | 0.22 |
| HSL | 181.88º | 0.53% | 0.53% | - |
| HSV(B) | 181.88º | 0.65% | 0.78% | - |
| XYZ | 32.01 | 43.96 | 60.22 | - |
| YUV | 157.38 | 150.92 | 65.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 194 | 198 | 0.65 | 0.02 | 0 | 0.22 | 181.88 | 0.53 | 0.53 |
| Hex | 46 | C2 | C6 | 41 | 2 | 0 | 16 | B6 | 35 | 35 |
| Octal | 106 | 302 | 306 | 101 | 2 | 0 | 26 | 266 | 65 | 65 |
| Binary | 1000110 | 11000010 | 11000110 | 1000001 | 10 | 0 | 10110 | 10110110 | 110101 | 110101 |
Color Harmonies of #46C2C6
Complementary color
Monochromatic Colors of #46C2C6
Black with #46C2C6
Text Example
Text Example
White with #46C2C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46C2C6; }
p { color: rgb(70,194,198); }
H1.HeaderClassName
{
color: #46C2C6;
}
.AnyTagClassName
{
color: #46C2C6;
}
</style>
background-color css
<style>
a { background-color: #46C2C6; }
a { background-color: rgb(70,194,198); }
div.DivClassName
{
background-color: #46C2C6;
}
.BgClassName
{
background-color: #46C2C6;
}
</style>
border-color css
<style>
span { border-color: #46C2C6; }
span { border-color: rgb(70,194,198); }
td.TdClassName
{
border-color: #46C2C6;
}
.TagClassName
{
border-color: #46C2C6;
}
</style>