Shades of Turquoise #2EFCD4
Tints of Turquoise #2EFCD4
RGB
CMYK
RGB Variations
Color information
#2EFCD4 (or 0x2EFCD4) is known color: Turquoise. HEX triplet: 2E, FC and D4. RGB value is (46,252,212). Sum of RGB (Red+Green+Blue) = 46+252+212=510 (67% of max value = 765). Red value is 46 (18.36% from 255 or 9.02% from 510); Green value is 252 (98.83% from 255 or 49.41% from 510); Blue value is 212 (83.20% from 255 or 41.57% from 510); Max value from RGB is 252 - color contains mainly: green. Hex color #2EFCD4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2EFCD4 is #D1032B. Grayscale: #B9B9B9. Windows color (decimal): -13697836 or 13958190. OLE color: 13958190.
HSL color Cylindrical-coordinate representation of color #2EFCD4: hue angle of 168.35º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2EFCD4 is Cyan = 0.82, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 46 | 252 | 212 | - |
| CMYK | 0.82 | 0 | 0.16 | 0.01 |
| HSL | 168.35º | 0.97% | 0.58% | - |
| HSV(B) | 168.35º | 0.82% | 0.99% | - |
| XYZ | 47.82 | 74.96 | 74.23 | - |
| YUV | 185.85 | 142.75 | 28.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 252 | 212 | 0.82 | 0 | 0.16 | 0.01 | 168.35 | 0.97 | 0.58 |
| Hex | 2E | FC | D4 | 52 | 0 | 10 | 1 | A8 | 61 | 3A |
| Octal | 56 | 374 | 324 | 122 | 0 | 20 | 1 | 250 | 141 | 72 |
| Binary | 101110 | 11111100 | 11010100 | 1010010 | 0 | 10000 | 1 | 10101000 | 1100001 | 111010 |
Color Harmonies of #2EFCD4
Complementary color
Monochromatic Colors of #2EFCD4
Black with #2EFCD4
Text Example
Text Example
White with #2EFCD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EFCD4; }
p { color: rgb(46,252,212); }
H1.HeaderClassName
{
color: #2EFCD4;
}
.AnyTagClassName
{
color: #2EFCD4;
}
</style>
background-color css
<style>
a { background-color: #2EFCD4; }
a { background-color: rgb(46,252,212); }
div.DivClassName
{
background-color: #2EFCD4;
}
.BgClassName
{
background-color: #2EFCD4;
}
</style>
border-color css
<style>
span { border-color: #2EFCD4; }
span { border-color: rgb(46,252,212); }
td.TdClassName
{
border-color: #2EFCD4;
}
.TagClassName
{
border-color: #2EFCD4;
}
</style>