Shades of Turquoise #2EFCE5
Tints of Turquoise #2EFCE5
RGB
CMYK
RGB Variations
Color information
#2EFCE5 (or 0x2EFCE5) is known color: Turquoise. HEX triplet: 2E, FC and E5. RGB value is (46,252,229). Sum of RGB (Red+Green+Blue) = 46+252+229=527 (69% of max value = 765). Red value is 46 (18.36% from 255 or 8.73% from 527); Green value is 252 (98.83% from 255 or 47.82% from 527); Blue value is 229 (89.84% from 255 or 43.45% from 527); Max value from RGB is 252 - color contains mainly: green. Hex color #2EFCE5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2EFCE5 is #D1031A. Grayscale: #BBBBBB. Windows color (decimal): -13697819 or 15072302. OLE color: 15072302.
HSL color Cylindrical-coordinate representation of color #2EFCE5: hue angle of 173.3º 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 #2EFCE5 is Cyan = 0.82, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 46 | 252 | 229 | - |
| CMYK | 0.82 | 0 | 0.09 | 0.01 |
| HSL | 173.3º | 0.97% | 0.58% | - |
| HSV(B) | 173.3º | 0.82% | 0.99% | - |
| XYZ | 50.08 | 75.86 | 86.13 | - |
| YUV | 187.78 | 151.25 | 26.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 252 | 229 | 0.82 | 0 | 0.09 | 0.01 | 173.3 | 0.97 | 0.58 |
| Hex | 2E | FC | E5 | 52 | 0 | 9 | 1 | AD | 61 | 3A |
| Octal | 56 | 374 | 345 | 122 | 0 | 11 | 1 | 255 | 141 | 72 |
| Binary | 101110 | 11111100 | 11100101 | 1010010 | 0 | 1001 | 1 | 10101101 | 1100001 | 111010 |
Color Harmonies of #2EFCE5
Complementary color
Monochromatic Colors of #2EFCE5
Black with #2EFCE5
Text Example
Text Example
White with #2EFCE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EFCE5; }
p { color: rgb(46,252,229); }
H1.HeaderClassName
{
color: #2EFCE5;
}
.AnyTagClassName
{
color: #2EFCE5;
}
</style>
background-color css
<style>
a { background-color: #2EFCE5; }
a { background-color: rgb(46,252,229); }
div.DivClassName
{
background-color: #2EFCE5;
}
.BgClassName
{
background-color: #2EFCE5;
}
</style>
border-color css
<style>
span { border-color: #2EFCE5; }
span { border-color: rgb(46,252,229); }
td.TdClassName
{
border-color: #2EFCE5;
}
.TagClassName
{
border-color: #2EFCE5;
}
</style>