Shades of Turquoise #2ED9EA
Tints of Turquoise #2ED9EA
RGB
CMYK
RGB Variations
Color information
#2ED9EA (or 0x2ED9EA) is known color: Turquoise. HEX triplet: 2E, D9 and EA. RGB value is (46,217,234). Sum of RGB (Red+Green+Blue) = 46+217+234=497 (65% of max value = 765). Red value is 46 (18.36% from 255 or 9.26% from 497); Green value is 217 (85.16% from 255 or 43.66% from 497); Blue value is 234 (91.80% from 255 or 47.08% from 497); Max value from RGB is 234 - color contains mainly: blue. Hex color #2ED9EA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2ED9EA is #D12615. Grayscale: #A7A7A7. Windows color (decimal): -13706774 or 15391022. OLE color: 15391022.
HSL color Cylindrical-coordinate representation of color #2ED9EA: hue angle of 185.43º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2ED9EA is Cyan = 0.80, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 46 | 217 | 234 | - |
| CMYK | 0.80 | 0.07 | 0 | 0.08 |
| HSL | 185.43º | 0.82% | 0.55% | - |
| HSV(B) | 185.43º | 0.8% | 0.92% | - |
| XYZ | 40.79 | 56.15 | 86.53 | - |
| YUV | 167.81 | 165.35 | 41.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 217 | 234 | 0.80 | 0.07 | 0 | 0.08 | 185.43 | 0.82 | 0.55 |
| Hex | 2E | D9 | EA | 50 | 7 | 0 | 8 | B9 | 52 | 37 |
| Octal | 56 | 331 | 352 | 120 | 7 | 0 | 10 | 271 | 122 | 67 |
| Binary | 101110 | 11011001 | 11101010 | 1010000 | 111 | 0 | 1000 | 10111001 | 1010010 | 110111 |
Color Harmonies of #2ED9EA
Complementary color
Monochromatic Colors of #2ED9EA
Black with #2ED9EA
Text Example
Text Example
White with #2ED9EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ED9EA; }
p { color: rgb(46,217,234); }
H1.HeaderClassName
{
color: #2ED9EA;
}
.AnyTagClassName
{
color: #2ED9EA;
}
</style>
background-color css
<style>
a { background-color: #2ED9EA; }
a { background-color: rgb(46,217,234); }
div.DivClassName
{
background-color: #2ED9EA;
}
.BgClassName
{
background-color: #2ED9EA;
}
</style>
border-color css
<style>
span { border-color: #2ED9EA; }
span { border-color: rgb(46,217,234); }
td.TdClassName
{
border-color: #2ED9EA;
}
.TagClassName
{
border-color: #2ED9EA;
}
</style>