Shades of Turquoise #2EFADE
Tints of Turquoise #2EFADE
RGB
CMYK
RGB Variations
Color information
#2EFADE (or 0x2EFADE) is known color: Turquoise. HEX triplet: 2E, FA and DE. RGB value is (46,250,222). Sum of RGB (Red+Green+Blue) = 46+250+222=518 (68% of max value = 765). Red value is 46 (18.36% from 255 or 8.88% from 518); Green value is 250 (98.05% from 255 or 48.26% from 518); Blue value is 222 (87.11% from 255 or 42.86% from 518); Max value from RGB is 250 - color contains mainly: green. Hex color #2EFADE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2EFADE is #D10521. Grayscale: #B9B9B9. Windows color (decimal): -13698338 or 14613038. OLE color: 14613038.
HSL color Cylindrical-coordinate representation of color #2EFADE: hue angle of 171.76º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2EFADE is Cyan = 0.82, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 46 | 250 | 222 | - |
| CMYK | 0.82 | 0 | 0.11 | 0.02 |
| HSL | 171.76º | 0.95% | 0.58% | - |
| HSV(B) | 171.76º | 0.82% | 0.98% | - |
| XYZ | 48.5 | 74.23 | 80.88 | - |
| YUV | 185.81 | 148.41 | 28.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 250 | 222 | 0.82 | 0 | 0.11 | 0.02 | 171.76 | 0.95 | 0.58 |
| Hex | 2E | FA | DE | 52 | 0 | B | 2 | AC | 5F | 3A |
| Octal | 56 | 372 | 336 | 122 | 0 | 13 | 2 | 254 | 137 | 72 |
| Binary | 101110 | 11111010 | 11011110 | 1010010 | 0 | 1011 | 10 | 10101100 | 1011111 | 111010 |
Color Harmonies of #2EFADE
Complementary color
Monochromatic Colors of #2EFADE
Black with #2EFADE
Text Example
Text Example
White with #2EFADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EFADE; }
p { color: rgb(46,250,222); }
H1.HeaderClassName
{
color: #2EFADE;
}
.AnyTagClassName
{
color: #2EFADE;
}
</style>
background-color css
<style>
a { background-color: #2EFADE; }
a { background-color: rgb(46,250,222); }
div.DivClassName
{
background-color: #2EFADE;
}
.BgClassName
{
background-color: #2EFADE;
}
</style>
border-color css
<style>
span { border-color: #2EFADE; }
span { border-color: rgb(46,250,222); }
td.TdClassName
{
border-color: #2EFADE;
}
.TagClassName
{
border-color: #2EFADE;
}
</style>