Shades of Medium Turquoise #46D2CE
Tints of Medium Turquoise #46D2CE
RGB
CMYK
RGB Variations
Color information
#46D2CE (or 0x46D2CE) is known color: Medium Turquoise. HEX triplet: 46, D2 and CE. RGB value is (70,210,206). Sum of RGB (Red+Green+Blue) = 70+210+206=486 (64% of max value = 765). Red value is 70 (27.73% from 255 or 14.40% from 486); Green value is 210 (82.42% from 255 or 43.21% from 486); Blue value is 206 (80.86% from 255 or 42.39% from 486); Max value from RGB is 210 - color contains mainly: green. Hex color #46D2CE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46D2CE is #B92D31. Grayscale: #A7A7A7. Windows color (decimal): -12135730 or 13554246. OLE color: 13554246.
HSL color Cylindrical-coordinate representation of color #46D2CE: hue angle of 178.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 #46D2CE is Cyan = 0.67, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 70 | 210 | 206 | - |
| CMYK | 0.67 | 0 | 0.02 | 0.18 |
| HSL | 178.29º | 0.61% | 0.55% | - |
| HSV(B) | 178.29º | 0.67% | 0.82% | - |
| XYZ | 36.71 | 51.85 | 66.47 | - |
| YUV | 167.68 | 149.62 | 58.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 210 | 206 | 0.67 | 0 | 0.02 | 0.18 | 178.29 | 0.61 | 0.55 |
| Hex | 46 | D2 | CE | 43 | 0 | 2 | 12 | B2 | 3D | 37 |
| Octal | 106 | 322 | 316 | 103 | 0 | 2 | 22 | 262 | 75 | 67 |
| Binary | 1000110 | 11010010 | 11001110 | 1000011 | 0 | 10 | 10010 | 10110010 | 111101 | 110111 |
Color Harmonies of #46D2CE
Complementary color
Monochromatic Colors of #46D2CE
Black with #46D2CE
Text Example
Text Example
White with #46D2CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46D2CE; }
p { color: rgb(70,210,206); }
H1.HeaderClassName
{
color: #46D2CE;
}
.AnyTagClassName
{
color: #46D2CE;
}
</style>
background-color css
<style>
a { background-color: #46D2CE; }
a { background-color: rgb(70,210,206); }
div.DivClassName
{
background-color: #46D2CE;
}
.BgClassName
{
background-color: #46D2CE;
}
</style>
border-color css
<style>
span { border-color: #46D2CE; }
span { border-color: rgb(70,210,206); }
td.TdClassName
{
border-color: #46D2CE;
}
.TagClassName
{
border-color: #46D2CE;
}
</style>