Shades of Turquoise #2ED7E9
Tints of Turquoise #2ED7E9
RGB
CMYK
RGB Variations
Color information
#2ED7E9 (or 0x2ED7E9) is known color: Turquoise. HEX triplet: 2E, D7 and E9. RGB value is (46,215,233). Sum of RGB (Red+Green+Blue) = 46+215+233=494 (65% of max value = 765). Red value is 46 (18.36% from 255 or 9.31% from 494); Green value is 215 (84.38% from 255 or 43.52% from 494); Blue value is 233 (91.41% from 255 or 47.17% from 494); Max value from RGB is 233 - color contains mainly: blue. Hex color #2ED7E9 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2ED7E9 is #D12816. Grayscale: #A6A6A6. Windows color (decimal): -13707287 or 15324974. OLE color: 15324974.
HSL color Cylindrical-coordinate representation of color #2ED7E9: hue angle of 185.78º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2ED7E9 is Cyan = 0.80, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 46 | 215 | 233 | - |
| CMYK | 0.80 | 0.08 | 0 | 0.09 |
| HSL | 185.78º | 0.81% | 0.55% | - |
| HSV(B) | 185.78º | 0.8% | 0.91% | - |
| XYZ | 40.14 | 55.06 | 85.6 | - |
| YUV | 166.52 | 165.51 | 42.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 215 | 233 | 0.80 | 0.08 | 0 | 0.09 | 185.78 | 0.81 | 0.55 |
| Hex | 2E | D7 | E9 | 50 | 8 | 0 | 9 | BA | 51 | 37 |
| Octal | 56 | 327 | 351 | 120 | 10 | 0 | 11 | 272 | 121 | 67 |
| Binary | 101110 | 11010111 | 11101001 | 1010000 | 1000 | 0 | 1001 | 10111010 | 1010001 | 110111 |
Color Harmonies of #2ED7E9
Complementary color
Monochromatic Colors of #2ED7E9
Black with #2ED7E9
Text Example
Text Example
White with #2ED7E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ED7E9; }
p { color: rgb(46,215,233); }
H1.HeaderClassName
{
color: #2ED7E9;
}
.AnyTagClassName
{
color: #2ED7E9;
}
</style>
background-color css
<style>
a { background-color: #2ED7E9; }
a { background-color: rgb(46,215,233); }
div.DivClassName
{
background-color: #2ED7E9;
}
.BgClassName
{
background-color: #2ED7E9;
}
</style>
border-color css
<style>
span { border-color: #2ED7E9; }
span { border-color: rgb(46,215,233); }
td.TdClassName
{
border-color: #2ED7E9;
}
.TagClassName
{
border-color: #2ED7E9;
}
</style>