Shades of Turquoise #2EFBED
Tints of Turquoise #2EFBED
RGB
CMYK
RGB Variations
Color information
#2EFBED (or 0x2EFBED) is known color: Turquoise. HEX triplet: 2E, FB and ED. RGB value is (46,251,237). Sum of RGB (Red+Green+Blue) = 46+251+237=534 (70% of max value = 765). Red value is 46 (18.36% from 255 or 8.61% from 534); Green value is 251 (98.44% from 255 or 47.00% from 534); Blue value is 237 (92.97% from 255 or 44.38% from 534); Max value from RGB is 251 - color contains mainly: green. Hex color #2EFBED is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2EFBED is #D10412. Grayscale: #BBBBBB. Windows color (decimal): -13698067 or 15596334. OLE color: 15596334.
HSL color Cylindrical-coordinate representation of color #2EFBED: hue angle of 175.9º 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 #2EFBED is Cyan = 0.82, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 46 | 251 | 237 | - |
| CMYK | 0.82 | 0 | 0.06 | 0.02 |
| HSL | 175.9º | 0.96% | 0.58% | - |
| HSV(B) | 175.9º | 0.82% | 0.98% | - |
| XYZ | 50.91 | 75.69 | 92.05 | - |
| YUV | 188.11 | 155.58 | 26.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 251 | 237 | 0.82 | 0 | 0.06 | 0.02 | 175.9 | 0.96 | 0.58 |
| Hex | 2E | FB | ED | 52 | 0 | 6 | 2 | B0 | 60 | 3A |
| Octal | 56 | 373 | 355 | 122 | 0 | 6 | 2 | 260 | 140 | 72 |
| Binary | 101110 | 11111011 | 11101101 | 1010010 | 0 | 110 | 10 | 10110000 | 1100000 | 111010 |
Color Harmonies of #2EFBED
Complementary color
Monochromatic Colors of #2EFBED
Black with #2EFBED
Text Example
Text Example
White with #2EFBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EFBED; }
p { color: rgb(46,251,237); }
H1.HeaderClassName
{
color: #2EFBED;
}
.AnyTagClassName
{
color: #2EFBED;
}
</style>
background-color css
<style>
a { background-color: #2EFBED; }
a { background-color: rgb(46,251,237); }
div.DivClassName
{
background-color: #2EFBED;
}
.BgClassName
{
background-color: #2EFBED;
}
</style>
border-color css
<style>
span { border-color: #2EFBED; }
span { border-color: rgb(46,251,237); }
td.TdClassName
{
border-color: #2EFBED;
}
.TagClassName
{
border-color: #2EFBED;
}
</style>