Shades of Turquoise #46EFAE
Tints of Turquoise #46EFAE
RGB
CMYK
RGB Variations
Color information
#46EFAE (or 0x46EFAE) is known color: Turquoise. HEX triplet: 46, EF and AE. RGB value is (70,239,174). Sum of RGB (Red+Green+Blue) = 70+239+174=483 (63% of max value = 765). Red value is 70 (27.73% from 255 or 14.49% from 483); Green value is 239 (93.75% from 255 or 49.48% from 483); Blue value is 174 (68.36% from 255 or 36.02% from 483); Max value from RGB is 239 - color contains mainly: green. Hex color #46EFAE is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #46EFAE is #B91051. Grayscale: #B5B5B5. Windows color (decimal): -12128338 or 11464518. OLE color: 11464518.
HSL color Cylindrical-coordinate representation of color #46EFAE: hue angle of 156.92º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #46EFAE is Cyan = 0.71, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 70 | 239 | 174 | - |
| CMYK | 0.71 | 0 | 0.27 | 0.06 |
| HSL | 156.92º | 0.84% | 0.61% | - |
| HSV(B) | 156.92º | 0.71% | 0.94% | - |
| XYZ | 41.03 | 66.09 | 50.64 | - |
| YUV | 181.06 | 124.01 | 48.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 239 | 174 | 0.71 | 0 | 0.27 | 0.06 | 156.92 | 0.84 | 0.61 |
| Hex | 46 | EF | AE | 47 | 0 | 1B | 6 | 9D | 54 | 3D |
| Octal | 106 | 357 | 256 | 107 | 0 | 33 | 6 | 235 | 124 | 75 |
| Binary | 1000110 | 11101111 | 10101110 | 1000111 | 0 | 11011 | 110 | 10011101 | 1010100 | 111101 |
Color Harmonies of #46EFAE
Complementary color
Monochromatic Colors of #46EFAE
Black with #46EFAE
Text Example
Text Example
White with #46EFAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46EFAE; }
p { color: rgb(70,239,174); }
H1.HeaderClassName
{
color: #46EFAE;
}
.AnyTagClassName
{
color: #46EFAE;
}
</style>
background-color css
<style>
a { background-color: #46EFAE; }
a { background-color: rgb(70,239,174); }
div.DivClassName
{
background-color: #46EFAE;
}
.BgClassName
{
background-color: #46EFAE;
}
</style>
border-color css
<style>
span { border-color: #46EFAE; }
span { border-color: rgb(70,239,174); }
td.TdClassName
{
border-color: #46EFAE;
}
.TagClassName
{
border-color: #46EFAE;
}
</style>