Shades of Turquoise #2EFEDD
Tints of Turquoise #2EFEDD
RGB
CMYK
RGB Variations
Color information
#2EFEDD (or 0x2EFEDD) is known color: Turquoise. HEX triplet: 2E, FE and DD. RGB value is (46,254,221). Sum of RGB (Red+Green+Blue) = 46+254+221=521 (69% of max value = 765). Red value is 46 (18.36% from 255 or 8.83% from 521); Green value is 254 (99.61% from 255 or 48.75% from 521); Blue value is 221 (86.72% from 255 or 42.42% from 521); Max value from RGB is 254 - color contains mainly: green. Hex color #2EFEDD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2EFEDD is #D10122. Grayscale: #BBBBBB. Windows color (decimal): -13697315 or 14548526. OLE color: 14548526.
HSL color Cylindrical-coordinate representation of color #2EFEDD: hue angle of 170.48º 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 #2EFEDD is Cyan = 0.82, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 46 | 254 | 221 | - |
| CMYK | 0.82 | 0 | 0.13 | 0.00 |
| HSL | 170.48º | 0.99% | 0.59% | - |
| HSV(B) | 170.48º | 0.82% | 1% | - |
| XYZ | 49.62 | 76.68 | 80.59 | - |
| YUV | 188.05 | 146.59 | 26.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 254 | 221 | 0.82 | 0 | 0.13 | 0.00 | 170.48 | 0.99 | 0.59 |
| Hex | 2E | FE | DD | 52 | 0 | D | 0 | AA | 63 | 3B |
| Octal | 56 | 376 | 335 | 122 | 0 | 15 | 0 | 252 | 143 | 73 |
| Binary | 101110 | 11111110 | 11011101 | 1010010 | 0 | 1101 | 0 | 10101010 | 1100011 | 111011 |
Color Harmonies of #2EFEDD
Complementary color
Monochromatic Colors of #2EFEDD
Black with #2EFEDD
Text Example
Text Example
White with #2EFEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EFEDD; }
p { color: rgb(46,254,221); }
H1.HeaderClassName
{
color: #2EFEDD;
}
.AnyTagClassName
{
color: #2EFEDD;
}
</style>
background-color css
<style>
a { background-color: #2EFEDD; }
a { background-color: rgb(46,254,221); }
div.DivClassName
{
background-color: #2EFEDD;
}
.BgClassName
{
background-color: #2EFEDD;
}
</style>
border-color css
<style>
span { border-color: #2EFEDD; }
span { border-color: rgb(46,254,221); }
td.TdClassName
{
border-color: #2EFEDD;
}
.TagClassName
{
border-color: #2EFEDD;
}
</style>