Shades of Turquoise #2EF4DC
Tints of Turquoise #2EF4DC
RGB
CMYK
RGB Variations
Color information
#2EF4DC (or 0x2EF4DC) is known color: Turquoise. HEX triplet: 2E, F4 and DC. RGB value is (46,244,220). Sum of RGB (Red+Green+Blue) = 46+244+220=510 (67% of max value = 765). Red value is 46 (18.36% from 255 or 9.02% from 510); Green value is 244 (95.70% from 255 or 47.84% from 510); Blue value is 220 (86.33% from 255 or 43.14% from 510); Max value from RGB is 244 - color contains mainly: green. Hex color #2EF4DC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2EF4DC is #D10B23. Grayscale: #B5B5B5. Windows color (decimal): -13699876 or 14480430. OLE color: 14480430.
HSL color Cylindrical-coordinate representation of color #2EF4DC: hue angle of 172.73º degrees, saturation: 0.9, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2EF4DC is Cyan = 0.81, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 46 | 244 | 220 | - |
| CMYK | 0.81 | 0 | 0.10 | 0.04 |
| HSL | 172.73º | 0.9% | 0.57% | - |
| HSV(B) | 172.73º | 0.81% | 0.96% | - |
| XYZ | 46.4 | 70.45 | 78.86 | - |
| YUV | 182.06 | 149.4 | 30.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 244 | 220 | 0.81 | 0 | 0.10 | 0.04 | 172.73 | 0.9 | 0.57 |
| Hex | 2E | F4 | DC | 51 | 0 | A | 4 | AD | 5A | 39 |
| Octal | 56 | 364 | 334 | 121 | 0 | 12 | 4 | 255 | 132 | 71 |
| Binary | 101110 | 11110100 | 11011100 | 1010001 | 0 | 1010 | 100 | 10101101 | 1011010 | 111001 |
Color Harmonies of #2EF4DC
Complementary color
Monochromatic Colors of #2EF4DC
Black with #2EF4DC
Text Example
Text Example
White with #2EF4DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EF4DC; }
p { color: rgb(46,244,220); }
H1.HeaderClassName
{
color: #2EF4DC;
}
.AnyTagClassName
{
color: #2EF4DC;
}
</style>
background-color css
<style>
a { background-color: #2EF4DC; }
a { background-color: rgb(46,244,220); }
div.DivClassName
{
background-color: #2EF4DC;
}
.BgClassName
{
background-color: #2EF4DC;
}
</style>
border-color css
<style>
span { border-color: #2EF4DC; }
span { border-color: rgb(46,244,220); }
td.TdClassName
{
border-color: #2EF4DC;
}
.TagClassName
{
border-color: #2EF4DC;
}
</style>