Shades of Turquoise #2EEFE1
Tints of Turquoise #2EEFE1
RGB
CMYK
RGB Variations
Color information
#2EEFE1 (or 0x2EEFE1) is known color: Turquoise. HEX triplet: 2E, EF and E1. RGB value is (46,239,225). Sum of RGB (Red+Green+Blue) = 46+239+225=510 (67% of max value = 765). Red value is 46 (18.36% from 255 or 9.02% from 510); Green value is 239 (93.75% from 255 or 46.86% from 510); Blue value is 225 (88.28% from 255 or 44.12% from 510); Max value from RGB is 239 - color contains mainly: green. Hex color #2EEFE1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2EEFE1 is #D1101E. Grayscale: #B3B3B3. Windows color (decimal): -13701151 or 14806830. OLE color: 14806830.
HSL color Cylindrical-coordinate representation of color #2EEFE1: hue angle of 175.65º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2EEFE1 is Cyan = 0.81, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 46 | 239 | 225 | - |
| CMYK | 0.81 | 0 | 0.06 | 0.06 |
| HSL | 175.65º | 0.86% | 0.56% | - |
| HSV(B) | 175.65º | 0.81% | 0.94% | - |
| XYZ | 45.58 | 67.75 | 81.91 | - |
| YUV | 179.7 | 153.56 | 32.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 239 | 225 | 0.81 | 0 | 0.06 | 0.06 | 175.65 | 0.86 | 0.56 |
| Hex | 2E | EF | E1 | 51 | 0 | 6 | 6 | B0 | 56 | 38 |
| Octal | 56 | 357 | 341 | 121 | 0 | 6 | 6 | 260 | 126 | 70 |
| Binary | 101110 | 11101111 | 11100001 | 1010001 | 0 | 110 | 110 | 10110000 | 1010110 | 111000 |
Color Harmonies of #2EEFE1
Complementary color
Monochromatic Colors of #2EEFE1
Black with #2EEFE1
Text Example
Text Example
White with #2EEFE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EEFE1; }
p { color: rgb(46,239,225); }
H1.HeaderClassName
{
color: #2EEFE1;
}
.AnyTagClassName
{
color: #2EEFE1;
}
</style>
background-color css
<style>
a { background-color: #2EEFE1; }
a { background-color: rgb(46,239,225); }
div.DivClassName
{
background-color: #2EEFE1;
}
.BgClassName
{
background-color: #2EEFE1;
}
</style>
border-color css
<style>
span { border-color: #2EEFE1; }
span { border-color: rgb(46,239,225); }
td.TdClassName
{
border-color: #2EEFE1;
}
.TagClassName
{
border-color: #2EEFE1;
}
</style>