Shades of Turquoise #2EEDE7
Tints of Turquoise #2EEDE7
RGB
CMYK
RGB Variations
Color information
#2EEDE7 (or 0x2EEDE7) is known color: Turquoise. HEX triplet: 2E, ED and E7. RGB value is (46,237,231). Sum of RGB (Red+Green+Blue) = 46+237+231=514 (68% of max value = 765). Red value is 46 (18.36% from 255 or 8.95% from 514); Green value is 237 (92.97% from 255 or 46.11% from 514); Blue value is 231 (90.62% from 255 or 44.94% from 514); Max value from RGB is 237 - color contains mainly: green. Hex color #2EEDE7 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2EEDE7 is #D11218. Grayscale: #B3B3B3. Windows color (decimal): -13701657 or 15199534. OLE color: 15199534.
HSL color Cylindrical-coordinate representation of color #2EEDE7: hue angle of 178.12º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2EEDE7 is Cyan = 0.81, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 46 | 237 | 231 | - |
| CMYK | 0.81 | 0 | 0.03 | 0.07 |
| HSL | 178.12º | 0.84% | 0.55% | - |
| HSV(B) | 178.12º | 0.81% | 0.93% | - |
| XYZ | 45.83 | 66.92 | 86.1 | - |
| YUV | 179.21 | 157.22 | 32.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 237 | 231 | 0.81 | 0 | 0.03 | 0.07 | 178.12 | 0.84 | 0.55 |
| Hex | 2E | ED | E7 | 51 | 0 | 3 | 7 | B2 | 54 | 37 |
| Octal | 56 | 355 | 347 | 121 | 0 | 3 | 7 | 262 | 124 | 67 |
| Binary | 101110 | 11101101 | 11100111 | 1010001 | 0 | 11 | 111 | 10110010 | 1010100 | 110111 |
Color Harmonies of #2EEDE7
Complementary color
Monochromatic Colors of #2EEDE7
Black with #2EEDE7
Text Example
Text Example
White with #2EEDE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EEDE7; }
p { color: rgb(46,237,231); }
H1.HeaderClassName
{
color: #2EEDE7;
}
.AnyTagClassName
{
color: #2EEDE7;
}
</style>
background-color css
<style>
a { background-color: #2EEDE7; }
a { background-color: rgb(46,237,231); }
div.DivClassName
{
background-color: #2EEDE7;
}
.BgClassName
{
background-color: #2EEDE7;
}
</style>
border-color css
<style>
span { border-color: #2EEDE7; }
span { border-color: rgb(46,237,231); }
td.TdClassName
{
border-color: #2EEDE7;
}
.TagClassName
{
border-color: #2EEDE7;
}
</style>