Shades of Turquoise #2EFFED
Tints of Turquoise #2EFFED
RGB
CMYK
RGB Variations
Color information
#2EFFED (or 0x2EFFED) is known color: Turquoise. HEX triplet: 2E, FF and ED. RGB value is (46,255,237). Sum of RGB (Red+Green+Blue) = 46+255+237=538 (71% of max value = 765). Red value is 46 (18.36% from 255 or 8.55% from 538); Green value is 255 (100% from 255 or 47.40% from 538); Blue value is 237 (92.97% from 255 or 44.05% from 538); Max value from RGB is 255 - color contains mainly: green. Hex color #2EFFED is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2EFFED is #D10012. Grayscale: #BEBEBE. Windows color (decimal): -13697043 or 15597358. OLE color: 15597358.
HSL color Cylindrical-coordinate representation of color #2EFFED: hue angle of 174.83º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2EFFED is Cyan = 0.82, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 46 | 255 | 237 | - |
| CMYK | 0.82 | 0 | 0.07 | 0 |
| HSL | 174.83º | 1% | 0.59% | - |
| HSV(B) | 174.83º | 0.82% | 1% | - |
| XYZ | 52.17 | 78.22 | 92.47 | - |
| YUV | 190.46 | 154.26 | 24.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 255 | 237 | 0.82 | 0 | 0.07 | 0 | 174.83 | 1 | 0.59 |
| Hex | 2E | FF | ED | 52 | 0 | 7 | 0 | AF | 64 | 3B |
| Octal | 56 | 377 | 355 | 122 | 0 | 7 | 0 | 257 | 144 | 73 |
| Binary | 101110 | 11111111 | 11101101 | 1010010 | 0 | 111 | 0 | 10101111 | 1100100 | 111011 |
Color Harmonies of #2EFFED
Complementary color
Monochromatic Colors of #2EFFED
Black with #2EFFED
Text Example
Text Example
White with #2EFFED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EFFED; }
p { color: rgb(46,255,237); }
H1.HeaderClassName
{
color: #2EFFED;
}
.AnyTagClassName
{
color: #2EFFED;
}
</style>
background-color css
<style>
a { background-color: #2EFFED; }
a { background-color: rgb(46,255,237); }
div.DivClassName
{
background-color: #2EFFED;
}
.BgClassName
{
background-color: #2EFFED;
}
</style>
border-color css
<style>
span { border-color: #2EFFED; }
span { border-color: rgb(46,255,237); }
td.TdClassName
{
border-color: #2EFFED;
}
.TagClassName
{
border-color: #2EFFED;
}
</style>