Shades of Medium Turquoise #46D2C4
Tints of Medium Turquoise #46D2C4
RGB
CMYK
RGB Variations
Color information
#46D2C4 (or 0x46D2C4) is known color: Medium Turquoise. HEX triplet: 46, D2 and C4. RGB value is (70,210,196). Sum of RGB (Red+Green+Blue) = 70+210+196=476 (63% of max value = 765). Red value is 70 (27.73% from 255 or 14.71% from 476); Green value is 210 (82.42% from 255 or 44.12% from 476); Blue value is 196 (76.95% from 255 or 41.18% from 476); Max value from RGB is 210 - color contains mainly: green. Hex color #46D2C4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46D2C4 is #B92D3B. Grayscale: #A6A6A6. Windows color (decimal): -12135740 or 12898886. OLE color: 12898886.
HSL color Cylindrical-coordinate representation of color #46D2C4: hue angle of 174º 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 #46D2C4 is Cyan = 0.67, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 70 | 210 | 196 | - |
| CMYK | 0.67 | 0 | 0.07 | 0.18 |
| HSL | 174º | 0.61% | 0.55% | - |
| HSV(B) | 174º | 0.67% | 0.82% | - |
| XYZ | 35.54 | 51.38 | 60.27 | - |
| YUV | 166.54 | 144.62 | 59.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 210 | 196 | 0.67 | 0 | 0.07 | 0.18 | 174 | 0.61 | 0.55 |
| Hex | 46 | D2 | C4 | 43 | 0 | 7 | 12 | AE | 3D | 37 |
| Octal | 106 | 322 | 304 | 103 | 0 | 7 | 22 | 256 | 75 | 67 |
| Binary | 1000110 | 11010010 | 11000100 | 1000011 | 0 | 111 | 10010 | 10101110 | 111101 | 110111 |
Color Harmonies of #46D2C4
Complementary color
Monochromatic Colors of #46D2C4
Black with #46D2C4
Text Example
Text Example
White with #46D2C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46D2C4; }
p { color: rgb(70,210,196); }
H1.HeaderClassName
{
color: #46D2C4;
}
.AnyTagClassName
{
color: #46D2C4;
}
</style>
background-color css
<style>
a { background-color: #46D2C4; }
a { background-color: rgb(70,210,196); }
div.DivClassName
{
background-color: #46D2C4;
}
.BgClassName
{
background-color: #46D2C4;
}
</style>
border-color css
<style>
span { border-color: #46D2C4; }
span { border-color: rgb(70,210,196); }
td.TdClassName
{
border-color: #46D2C4;
}
.TagClassName
{
border-color: #46D2C4;
}
</style>