Shades of Turquoise #2EFADA
Tints of Turquoise #2EFADA
RGB
CMYK
RGB Variations
Color information
#2EFADA (or 0x2EFADA) is known color: Turquoise. HEX triplet: 2E, FA and DA. RGB value is (46,250,218). Sum of RGB (Red+Green+Blue) = 46+250+218=514 (68% of max value = 765). Red value is 46 (18.36% from 255 or 8.95% from 514); Green value is 250 (98.05% from 255 or 48.64% from 514); Blue value is 218 (85.55% from 255 or 42.41% from 514); Max value from RGB is 250 - color contains mainly: green. Hex color #2EFADA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2EFADA is #D10525. Grayscale: #B9B9B9. Windows color (decimal): -13698342 or 14350894. OLE color: 14350894.
HSL color Cylindrical-coordinate representation of color #2EFADA: hue angle of 170.59º 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 #2EFADA is Cyan = 0.82, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 46 | 250 | 218 | - |
| CMYK | 0.82 | 0 | 0.13 | 0.02 |
| HSL | 170.59º | 0.95% | 0.58% | - |
| HSV(B) | 170.59º | 0.82% | 0.98% | - |
| XYZ | 47.97 | 74.01 | 78.09 | - |
| YUV | 185.36 | 146.41 | 28.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 250 | 218 | 0.82 | 0 | 0.13 | 0.02 | 170.59 | 0.95 | 0.58 |
| Hex | 2E | FA | DA | 52 | 0 | D | 2 | AB | 5F | 3A |
| Octal | 56 | 372 | 332 | 122 | 0 | 15 | 2 | 253 | 137 | 72 |
| Binary | 101110 | 11111010 | 11011010 | 1010010 | 0 | 1101 | 10 | 10101011 | 1011111 | 111010 |
Color Harmonies of #2EFADA
Complementary color
Monochromatic Colors of #2EFADA
Black with #2EFADA
Text Example
Text Example
White with #2EFADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EFADA; }
p { color: rgb(46,250,218); }
H1.HeaderClassName
{
color: #2EFADA;
}
.AnyTagClassName
{
color: #2EFADA;
}
</style>
background-color css
<style>
a { background-color: #2EFADA; }
a { background-color: rgb(46,250,218); }
div.DivClassName
{
background-color: #2EFADA;
}
.BgClassName
{
background-color: #2EFADA;
}
</style>
border-color css
<style>
span { border-color: #2EFADA; }
span { border-color: rgb(46,250,218); }
td.TdClassName
{
border-color: #2EFADA;
}
.TagClassName
{
border-color: #2EFADA;
}
</style>