Shades of Turquoise #2EFBE4
Tints of Turquoise #2EFBE4
RGB
CMYK
RGB Variations
Color information
#2EFBE4 (or 0x2EFBE4) is known color: Turquoise. HEX triplet: 2E, FB and E4. RGB value is (46,251,228). Sum of RGB (Red+Green+Blue) = 46+251+228=525 (69% of max value = 765). Red value is 46 (18.36% from 255 or 8.76% from 525); Green value is 251 (98.44% from 255 or 47.81% from 525); Blue value is 228 (89.45% from 255 or 43.43% from 525); Max value from RGB is 251 - color contains mainly: green. Hex color #2EFBE4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2EFBE4 is #D1041B. Grayscale: #BABABA. Windows color (decimal): -13698076 or 15006510. OLE color: 15006510.
HSL color Cylindrical-coordinate representation of color #2EFBE4: hue angle of 173.27º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2EFBE4 is Cyan = 0.82, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 46 | 251 | 228 | - |
| CMYK | 0.82 | 0 | 0.09 | 0.02 |
| HSL | 173.27º | 0.96% | 0.58% | - |
| HSV(B) | 173.27º | 0.82% | 0.98% | - |
| XYZ | 49.63 | 75.18 | 85.29 | - |
| YUV | 187.08 | 151.08 | 27.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 251 | 228 | 0.82 | 0 | 0.09 | 0.02 | 173.27 | 0.96 | 0.58 |
| Hex | 2E | FB | E4 | 52 | 0 | 9 | 2 | AD | 60 | 3A |
| Octal | 56 | 373 | 344 | 122 | 0 | 11 | 2 | 255 | 140 | 72 |
| Binary | 101110 | 11111011 | 11100100 | 1010010 | 0 | 1001 | 10 | 10101101 | 1100000 | 111010 |
Color Harmonies of #2EFBE4
Complementary color
Monochromatic Colors of #2EFBE4
Black with #2EFBE4
Text Example
Text Example
White with #2EFBE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EFBE4; }
p { color: rgb(46,251,228); }
H1.HeaderClassName
{
color: #2EFBE4;
}
.AnyTagClassName
{
color: #2EFBE4;
}
</style>
background-color css
<style>
a { background-color: #2EFBE4; }
a { background-color: rgb(46,251,228); }
div.DivClassName
{
background-color: #2EFBE4;
}
.BgClassName
{
background-color: #2EFBE4;
}
</style>
border-color css
<style>
span { border-color: #2EFBE4; }
span { border-color: rgb(46,251,228); }
td.TdClassName
{
border-color: #2EFBE4;
}
.TagClassName
{
border-color: #2EFBE4;
}
</style>