Shades of Turquoise #2EF9DA
Tints of Turquoise #2EF9DA
RGB
CMYK
RGB Variations
Color information
#2EF9DA (or 0x2EF9DA) is known color: Turquoise. HEX triplet: 2E, F9 and DA. RGB value is (46,249,218). Sum of RGB (Red+Green+Blue) = 46+249+218=513 (67% of max value = 765). Red value is 46 (18.36% from 255 or 8.97% from 513); Green value is 249 (97.66% from 255 or 48.54% from 513); Blue value is 218 (85.55% from 255 or 42.50% from 513); Max value from RGB is 249 - color contains mainly: green. Hex color #2EF9DA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2EF9DA is #D10625. Grayscale: #B8B8B8. Windows color (decimal): -13698598 or 14350638. OLE color: 14350638.
HSL color Cylindrical-coordinate representation of color #2EF9DA: hue angle of 170.84º degrees, saturation: 0.94, 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 #2EF9DA is Cyan = 0.82, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 46 | 249 | 218 | - |
| CMYK | 0.82 | 0 | 0.12 | 0.02 |
| HSL | 170.84º | 0.94% | 0.58% | - |
| HSV(B) | 170.84º | 0.82% | 0.98% | - |
| XYZ | 47.66 | 73.39 | 77.98 | - |
| YUV | 184.77 | 146.75 | 29.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 249 | 218 | 0.82 | 0 | 0.12 | 0.02 | 170.84 | 0.94 | 0.58 |
| Hex | 2E | F9 | DA | 52 | 0 | C | 2 | AB | 5E | 3A |
| Octal | 56 | 371 | 332 | 122 | 0 | 14 | 2 | 253 | 136 | 72 |
| Binary | 101110 | 11111001 | 11011010 | 1010010 | 0 | 1100 | 10 | 10101011 | 1011110 | 111010 |
Color Harmonies of #2EF9DA
Complementary color
Monochromatic Colors of #2EF9DA
Black with #2EF9DA
Text Example
Text Example
White with #2EF9DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EF9DA; }
p { color: rgb(46,249,218); }
H1.HeaderClassName
{
color: #2EF9DA;
}
.AnyTagClassName
{
color: #2EF9DA;
}
</style>
background-color css
<style>
a { background-color: #2EF9DA; }
a { background-color: rgb(46,249,218); }
div.DivClassName
{
background-color: #2EF9DA;
}
.BgClassName
{
background-color: #2EF9DA;
}
</style>
border-color css
<style>
span { border-color: #2EF9DA; }
span { border-color: rgb(46,249,218); }
td.TdClassName
{
border-color: #2EF9DA;
}
.TagClassName
{
border-color: #2EF9DA;
}
</style>