Shades of Turquoise #46E5DA
Tints of Turquoise #46E5DA
RGB
CMYK
RGB Variations
Color information
#46E5DA (or 0x46E5DA) is known color: Turquoise. HEX triplet: 46, E5 and DA. RGB value is (70,229,218). Sum of RGB (Red+Green+Blue) = 70+229+218=517 (68% of max value = 765). Red value is 70 (27.73% from 255 or 13.54% from 517); Green value is 229 (89.84% from 255 or 44.29% from 517); Blue value is 218 (85.55% from 255 or 42.17% from 517); Max value from RGB is 229 - color contains mainly: green. Hex color #46E5DA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46E5DA is #B91A25. Grayscale: #B4B4B4. Windows color (decimal): -12130854 or 14345542. OLE color: 14345542.
HSL color Cylindrical-coordinate representation of color #46E5DA: hue angle of 175.85º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #46E5DA is Cyan = 0.69, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 70 | 229 | 218 | - |
| CMYK | 0.69 | 0 | 0.05 | 0.10 |
| HSL | 175.85º | 0.75% | 0.59% | - |
| HSV(B) | 175.85º | 0.69% | 0.9% | - |
| XYZ | 43.2 | 62.4 | 76.1 | - |
| YUV | 180.21 | 149.32 | 49.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 229 | 218 | 0.69 | 0 | 0.05 | 0.10 | 175.85 | 0.75 | 0.59 |
| Hex | 46 | E5 | DA | 45 | 0 | 5 | A | B0 | 4B | 3B |
| Octal | 106 | 345 | 332 | 105 | 0 | 5 | 12 | 260 | 113 | 73 |
| Binary | 1000110 | 11100101 | 11011010 | 1000101 | 0 | 101 | 1010 | 10110000 | 1001011 | 111011 |
Color Harmonies of #46E5DA
Complementary color
Monochromatic Colors of #46E5DA
Black with #46E5DA
Text Example
Text Example
White with #46E5DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46E5DA; }
p { color: rgb(70,229,218); }
H1.HeaderClassName
{
color: #46E5DA;
}
.AnyTagClassName
{
color: #46E5DA;
}
</style>
background-color css
<style>
a { background-color: #46E5DA; }
a { background-color: rgb(70,229,218); }
div.DivClassName
{
background-color: #46E5DA;
}
.BgClassName
{
background-color: #46E5DA;
}
</style>
border-color css
<style>
span { border-color: #46E5DA; }
span { border-color: rgb(70,229,218); }
td.TdClassName
{
border-color: #46E5DA;
}
.TagClassName
{
border-color: #46E5DA;
}
</style>