Shades of Medium Turquoise #46D2B2
Tints of Medium Turquoise #46D2B2
RGB
CMYK
RGB Variations
Color information
#46D2B2 (or 0x46D2B2) is known color: Medium Turquoise. HEX triplet: 46, D2 and B2. RGB value is (70,210,178). Sum of RGB (Red+Green+Blue) = 70+210+178=458 (60% of max value = 765). Red value is 70 (27.73% from 255 or 15.28% from 458); Green value is 210 (82.42% from 255 or 45.85% from 458); Blue value is 178 (69.92% from 255 or 38.86% from 458); Max value from RGB is 210 - color contains mainly: green. Hex color #46D2B2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #46D2B2 is #B92D4D. Grayscale: #A4A4A4. Windows color (decimal): -12135758 or 11719238. OLE color: 11719238.
HSL color Cylindrical-coordinate representation of color #46D2B2: hue angle of 166.29º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #46D2B2 is Cyan = 0.67, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 70 | 210 | 178 | - |
| CMYK | 0.67 | 0 | 0.15 | 0.18 |
| HSL | 166.29º | 0.61% | 0.55% | - |
| HSV(B) | 166.29º | 0.67% | 0.82% | - |
| XYZ | 33.61 | 50.61 | 50.12 | - |
| YUV | 164.49 | 135.62 | 60.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 210 | 178 | 0.67 | 0 | 0.15 | 0.18 | 166.29 | 0.61 | 0.55 |
| Hex | 46 | D2 | B2 | 43 | 0 | F | 12 | A6 | 3D | 37 |
| Octal | 106 | 322 | 262 | 103 | 0 | 17 | 22 | 246 | 75 | 67 |
| Binary | 1000110 | 11010010 | 10110010 | 1000011 | 0 | 1111 | 10010 | 10100110 | 111101 | 110111 |
Color Harmonies of #46D2B2
Complementary color
Monochromatic Colors of #46D2B2
Black with #46D2B2
Text Example
Text Example
White with #46D2B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46D2B2; }
p { color: rgb(70,210,178); }
H1.HeaderClassName
{
color: #46D2B2;
}
.AnyTagClassName
{
color: #46D2B2;
}
</style>
background-color css
<style>
a { background-color: #46D2B2; }
a { background-color: rgb(70,210,178); }
div.DivClassName
{
background-color: #46D2B2;
}
.BgClassName
{
background-color: #46D2B2;
}
</style>
border-color css
<style>
span { border-color: #46D2B2; }
span { border-color: rgb(70,210,178); }
td.TdClassName
{
border-color: #46D2B2;
}
.TagClassName
{
border-color: #46D2B2;
}
</style>