Shades of Turquoise #2ED4EA
Tints of Turquoise #2ED4EA
RGB
CMYK
RGB Variations
Color information
#2ED4EA (or 0x2ED4EA) is known color: Turquoise. HEX triplet: 2E, D4 and EA. RGB value is (46,212,234). Sum of RGB (Red+Green+Blue) = 46+212+234=492 (65% of max value = 765). Red value is 46 (18.36% from 255 or 9.35% from 492); Green value is 212 (83.20% from 255 or 43.09% from 492); Blue value is 234 (91.80% from 255 or 47.56% from 492); Max value from RGB is 234 - color contains mainly: blue. Hex color #2ED4EA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2ED4EA is #D12B15. Grayscale: #A4A4A4. Windows color (decimal): -13708054 or 15389742. OLE color: 15389742.
HSL color Cylindrical-coordinate representation of color #2ED4EA: hue angle of 187.02º 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 #2ED4EA is Cyan = 0.80, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 46 | 212 | 234 | - |
| CMYK | 0.80 | 0.09 | 0 | 0.08 |
| HSL | 187.02º | 0.82% | 0.55% | - |
| HSV(B) | 187.02º | 0.8% | 0.92% | - |
| XYZ | 39.52 | 53.61 | 86.11 | - |
| YUV | 164.87 | 167 | 43.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 212 | 234 | 0.80 | 0.09 | 0 | 0.08 | 187.02 | 0.82 | 0.55 |
| Hex | 2E | D4 | EA | 50 | 9 | 0 | 8 | BB | 52 | 37 |
| Octal | 56 | 324 | 352 | 120 | 11 | 0 | 10 | 273 | 122 | 67 |
| Binary | 101110 | 11010100 | 11101010 | 1010000 | 1001 | 0 | 1000 | 10111011 | 1010010 | 110111 |
Color Harmonies of #2ED4EA
Complementary color
Monochromatic Colors of #2ED4EA
Black with #2ED4EA
Text Example
Text Example
White with #2ED4EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ED4EA; }
p { color: rgb(46,212,234); }
H1.HeaderClassName
{
color: #2ED4EA;
}
.AnyTagClassName
{
color: #2ED4EA;
}
</style>
background-color css
<style>
a { background-color: #2ED4EA; }
a { background-color: rgb(46,212,234); }
div.DivClassName
{
background-color: #2ED4EA;
}
.BgClassName
{
background-color: #2ED4EA;
}
</style>
border-color css
<style>
span { border-color: #2ED4EA; }
span { border-color: rgb(46,212,234); }
td.TdClassName
{
border-color: #2ED4EA;
}
.TagClassName
{
border-color: #2ED4EA;
}
</style>