Shades of Turquoise #46E2DA
Tints of Turquoise #46E2DA
RGB
CMYK
RGB Variations
Color information
#46E2DA (or 0x46E2DA) is known color: Turquoise. HEX triplet: 46, E2 and DA. RGB value is (70,226,218). Sum of RGB (Red+Green+Blue) = 70+226+218=514 (68% of max value = 765). Red value is 70 (27.73% from 255 or 13.62% from 514); Green value is 226 (88.67% from 255 or 43.97% from 514); Blue value is 218 (85.55% from 255 or 42.41% from 514); Max value from RGB is 226 - color contains mainly: green. Hex color #46E2DA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46E2DA is #B91D25. Grayscale: #B2B2B2. Windows color (decimal): -12131622 or 14344774. OLE color: 14344774.
HSL color Cylindrical-coordinate representation of color #46E2DA: hue angle of 176.92º 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 #46E2DA is Cyan = 0.69, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 70 | 226 | 218 | - |
| CMYK | 0.69 | 0 | 0.04 | 0.11 |
| HSL | 176.92º | 0.73% | 0.58% | - |
| HSV(B) | 176.92º | 0.69% | 0.89% | - |
| XYZ | 42.38 | 60.76 | 75.82 | - |
| YUV | 178.44 | 150.32 | 50.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 226 | 218 | 0.69 | 0 | 0.04 | 0.11 | 176.92 | 0.73 | 0.58 |
| Hex | 46 | E2 | DA | 45 | 0 | 4 | B | B1 | 49 | 3A |
| Octal | 106 | 342 | 332 | 105 | 0 | 4 | 13 | 261 | 111 | 72 |
| Binary | 1000110 | 11100010 | 11011010 | 1000101 | 0 | 100 | 1011 | 10110001 | 1001001 | 111010 |
Color Harmonies of #46E2DA
Complementary color
Monochromatic Colors of #46E2DA
Black with #46E2DA
Text Example
Text Example
White with #46E2DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46E2DA; }
p { color: rgb(70,226,218); }
H1.HeaderClassName
{
color: #46E2DA;
}
.AnyTagClassName
{
color: #46E2DA;
}
</style>
background-color css
<style>
a { background-color: #46E2DA; }
a { background-color: rgb(70,226,218); }
div.DivClassName
{
background-color: #46E2DA;
}
.BgClassName
{
background-color: #46E2DA;
}
</style>
border-color css
<style>
span { border-color: #46E2DA; }
span { border-color: rgb(70,226,218); }
td.TdClassName
{
border-color: #46E2DA;
}
.TagClassName
{
border-color: #46E2DA;
}
</style>