Shades of Turquoise #46E2D6
Tints of Turquoise #46E2D6
RGB
CMYK
RGB Variations
Color information
#46E2D6 (or 0x46E2D6) is known color: Turquoise. HEX triplet: 46, E2 and D6. RGB value is (70,226,214). Sum of RGB (Red+Green+Blue) = 70+226+214=510 (67% of max value = 765). Red value is 70 (27.73% from 255 or 13.73% from 510); Green value is 226 (88.67% from 255 or 44.31% from 510); Blue value is 214 (83.98% from 255 or 41.96% from 510); Max value from RGB is 226 - color contains mainly: green. Hex color #46E2D6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46E2D6 is #B91D29. Grayscale: #B1B1B1. Windows color (decimal): -12131626 or 14082630. OLE color: 14082630.
HSL color Cylindrical-coordinate representation of color #46E2D6: hue angle of 175.38º degrees, saturation: 0.73, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #46E2D6 is Cyan = 0.69, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 70 | 226 | 214 | - |
| CMYK | 0.69 | 0 | 0.05 | 0.11 |
| HSL | 175.38º | 0.73% | 0.58% | - |
| HSV(B) | 175.38º | 0.69% | 0.89% | - |
| XYZ | 41.86 | 60.55 | 73.1 | - |
| YUV | 177.99 | 148.32 | 50.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 226 | 214 | 0.69 | 0 | 0.05 | 0.11 | 175.38 | 0.73 | 0.58 |
| Hex | 46 | E2 | D6 | 45 | 0 | 5 | B | AF | 49 | 3A |
| Octal | 106 | 342 | 326 | 105 | 0 | 5 | 13 | 257 | 111 | 72 |
| Binary | 1000110 | 11100010 | 11010110 | 1000101 | 0 | 101 | 1011 | 10101111 | 1001001 | 111010 |
Color Harmonies of #46E2D6
Complementary color
Monochromatic Colors of #46E2D6
Black with #46E2D6
Text Example
Text Example
White with #46E2D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46E2D6; }
p { color: rgb(70,226,214); }
H1.HeaderClassName
{
color: #46E2D6;
}
.AnyTagClassName
{
color: #46E2D6;
}
</style>
background-color css
<style>
a { background-color: #46E2D6; }
a { background-color: rgb(70,226,214); }
div.DivClassName
{
background-color: #46E2D6;
}
.BgClassName
{
background-color: #46E2D6;
}
</style>
border-color css
<style>
span { border-color: #46E2D6; }
span { border-color: rgb(70,226,214); }
td.TdClassName
{
border-color: #46E2D6;
}
.TagClassName
{
border-color: #46E2D6;
}
</style>