Shades of Turquoise #2EFEBD
Tints of Turquoise #2EFEBD
RGB
CMYK
RGB Variations
Color information
#2EFEBD (or 0x2EFEBD) is known color: Turquoise. HEX triplet: 2E, FE and BD. RGB value is (46,254,189). Sum of RGB (Red+Green+Blue) = 46+254+189=489 (64% of max value = 765). Red value is 46 (18.36% from 255 or 9.41% from 489); Green value is 254 (99.61% from 255 or 51.94% from 489); Blue value is 189 (74.22% from 255 or 38.65% from 489); Max value from RGB is 254 - color contains mainly: green. Hex color #2EFEBD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2EFEBD is #D10142. Grayscale: #B8B8B8. Windows color (decimal): -13697347 or 12451374. OLE color: 12451374.
HSL color Cylindrical-coordinate representation of color #2EFEBD: hue angle of 161.25º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2EFEBD is Cyan = 0.82, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 46 | 254 | 189 | - |
| CMYK | 0.82 | 0 | 0.26 | 0.00 |
| HSL | 161.25º | 0.99% | 0.59% | - |
| HSV(B) | 161.25º | 0.82% | 1% | - |
| XYZ | 45.75 | 75.14 | 60.24 | - |
| YUV | 184.4 | 130.59 | 29.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 254 | 189 | 0.82 | 0 | 0.26 | 0.00 | 161.25 | 0.99 | 0.59 |
| Hex | 2E | FE | BD | 52 | 0 | 1A | 0 | A1 | 63 | 3B |
| Octal | 56 | 376 | 275 | 122 | 0 | 32 | 0 | 241 | 143 | 73 |
| Binary | 101110 | 11111110 | 10111101 | 1010010 | 0 | 11010 | 0 | 10100001 | 1100011 | 111011 |
Color Harmonies of #2EFEBD
Complementary color
Monochromatic Colors of #2EFEBD
Black with #2EFEBD
Text Example
Text Example
White with #2EFEBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EFEBD; }
p { color: rgb(46,254,189); }
H1.HeaderClassName
{
color: #2EFEBD;
}
.AnyTagClassName
{
color: #2EFEBD;
}
</style>
background-color css
<style>
a { background-color: #2EFEBD; }
a { background-color: rgb(46,254,189); }
div.DivClassName
{
background-color: #2EFEBD;
}
.BgClassName
{
background-color: #2EFEBD;
}
</style>
border-color css
<style>
span { border-color: #2EFEBD; }
span { border-color: rgb(46,254,189); }
td.TdClassName
{
border-color: #2EFEBD;
}
.TagClassName
{
border-color: #2EFEBD;
}
</style>