Shades of Turquoise #2EF2DC
Tints of Turquoise #2EF2DC
RGB
CMYK
RGB Variations
Color information
#2EF2DC (or 0x2EF2DC) is known color: Turquoise. HEX triplet: 2E, F2 and DC. RGB value is (46,242,220). Sum of RGB (Red+Green+Blue) = 46+242+220=508 (67% of max value = 765). Red value is 46 (18.36% from 255 or 9.06% from 508); Green value is 242 (94.92% from 255 or 47.64% from 508); Blue value is 220 (86.33% from 255 or 43.31% from 508); Max value from RGB is 242 - color contains mainly: green. Hex color #2EF2DC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2EF2DC is #D10D23. Grayscale: #B4B4B4. Windows color (decimal): -13700388 or 14479918. OLE color: 14479918.
HSL color Cylindrical-coordinate representation of color #2EF2DC: hue angle of 173.27º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2EF2DC is Cyan = 0.81, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 46 | 242 | 220 | - |
| CMYK | 0.81 | 0 | 0.09 | 0.05 |
| HSL | 173.27º | 0.88% | 0.56% | - |
| HSV(B) | 173.27º | 0.81% | 0.95% | - |
| XYZ | 45.8 | 69.25 | 78.66 | - |
| YUV | 180.89 | 150.07 | 31.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 242 | 220 | 0.81 | 0 | 0.09 | 0.05 | 173.27 | 0.88 | 0.56 |
| Hex | 2E | F2 | DC | 51 | 0 | 9 | 5 | AD | 58 | 38 |
| Octal | 56 | 362 | 334 | 121 | 0 | 11 | 5 | 255 | 130 | 70 |
| Binary | 101110 | 11110010 | 11011100 | 1010001 | 0 | 1001 | 101 | 10101101 | 1011000 | 111000 |
Color Harmonies of #2EF2DC
Complementary color
Monochromatic Colors of #2EF2DC
Black with #2EF2DC
Text Example
Text Example
White with #2EF2DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EF2DC; }
p { color: rgb(46,242,220); }
H1.HeaderClassName
{
color: #2EF2DC;
}
.AnyTagClassName
{
color: #2EF2DC;
}
</style>
background-color css
<style>
a { background-color: #2EF2DC; }
a { background-color: rgb(46,242,220); }
div.DivClassName
{
background-color: #2EF2DC;
}
.BgClassName
{
background-color: #2EF2DC;
}
</style>
border-color css
<style>
span { border-color: #2EF2DC; }
span { border-color: rgb(46,242,220); }
td.TdClassName
{
border-color: #2EF2DC;
}
.TagClassName
{
border-color: #2EF2DC;
}
</style>