Shades of Turquoise #2EDAEA
Tints of Turquoise #2EDAEA
RGB
CMYK
RGB Variations
Color information
#2EDAEA (or 0x2EDAEA) is known color: Turquoise. HEX triplet: 2E, DA and EA. RGB value is (46,218,234). Sum of RGB (Red+Green+Blue) = 46+218+234=498 (65% of max value = 765). Red value is 46 (18.36% from 255 or 9.24% from 498); Green value is 218 (85.55% from 255 or 43.78% from 498); Blue value is 234 (91.80% from 255 or 46.99% from 498); Max value from RGB is 234 - color contains mainly: blue. Hex color #2EDAEA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2EDAEA is #D12515. Grayscale: #A8A8A8. Windows color (decimal): -13706518 or 15391278. OLE color: 15391278.
HSL color Cylindrical-coordinate representation of color #2EDAEA: hue angle of 185.11º 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 #2EDAEA is Cyan = 0.80, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 46 | 218 | 234 | - |
| CMYK | 0.80 | 0.07 | 0 | 0.08 |
| HSL | 185.11º | 0.82% | 0.55% | - |
| HSV(B) | 185.11º | 0.8% | 0.92% | - |
| XYZ | 41.05 | 56.66 | 86.62 | - |
| YUV | 168.4 | 165.02 | 40.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 218 | 234 | 0.80 | 0.07 | 0 | 0.08 | 185.11 | 0.82 | 0.55 |
| Hex | 2E | DA | EA | 50 | 7 | 0 | 8 | B9 | 52 | 37 |
| Octal | 56 | 332 | 352 | 120 | 7 | 0 | 10 | 271 | 122 | 67 |
| Binary | 101110 | 11011010 | 11101010 | 1010000 | 111 | 0 | 1000 | 10111001 | 1010010 | 110111 |
Color Harmonies of #2EDAEA
Complementary color
Monochromatic Colors of #2EDAEA
Black with #2EDAEA
Text Example
Text Example
White with #2EDAEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EDAEA; }
p { color: rgb(46,218,234); }
H1.HeaderClassName
{
color: #2EDAEA;
}
.AnyTagClassName
{
color: #2EDAEA;
}
</style>
background-color css
<style>
a { background-color: #2EDAEA; }
a { background-color: rgb(46,218,234); }
div.DivClassName
{
background-color: #2EDAEA;
}
.BgClassName
{
background-color: #2EDAEA;
}
</style>
border-color css
<style>
span { border-color: #2EDAEA; }
span { border-color: rgb(46,218,234); }
td.TdClassName
{
border-color: #2EDAEA;
}
.TagClassName
{
border-color: #2EDAEA;
}
</style>