Shades of Turquoise #2EDEEA
Tints of Turquoise #2EDEEA
RGB
CMYK
RGB Variations
Color information
#2EDEEA (or 0x2EDEEA) is known color: Turquoise. HEX triplet: 2E, DE and EA. RGB value is (46,222,234). Sum of RGB (Red+Green+Blue) = 46+222+234=502 (66% of max value = 765). Red value is 46 (18.36% from 255 or 9.16% from 502); Green value is 222 (87.11% from 255 or 44.22% from 502); Blue value is 234 (91.80% from 255 or 46.61% from 502); Max value from RGB is 234 - color contains mainly: blue. Hex color #2EDEEA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2EDEEA is #D12115. Grayscale: #AAAAAA. Windows color (decimal): -13705494 or 15392302. OLE color: 15392302.
HSL color Cylindrical-coordinate representation of color #2EDEEA: hue angle of 183.83º 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 #2EDEEA is Cyan = 0.80, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 46 | 222 | 234 | - |
| CMYK | 0.80 | 0.05 | 0 | 0.08 |
| HSL | 183.83º | 0.82% | 0.55% | - |
| HSV(B) | 183.83º | 0.8% | 0.92% | - |
| XYZ | 42.1 | 58.76 | 86.97 | - |
| YUV | 170.74 | 163.69 | 39.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 222 | 234 | 0.80 | 0.05 | 0 | 0.08 | 183.83 | 0.82 | 0.55 |
| Hex | 2E | DE | EA | 50 | 5 | 0 | 8 | B8 | 52 | 37 |
| Octal | 56 | 336 | 352 | 120 | 5 | 0 | 10 | 270 | 122 | 67 |
| Binary | 101110 | 11011110 | 11101010 | 1010000 | 101 | 0 | 1000 | 10111000 | 1010010 | 110111 |
Color Harmonies of #2EDEEA
Complementary color
Monochromatic Colors of #2EDEEA
Black with #2EDEEA
Text Example
Text Example
White with #2EDEEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EDEEA; }
p { color: rgb(46,222,234); }
H1.HeaderClassName
{
color: #2EDEEA;
}
.AnyTagClassName
{
color: #2EDEEA;
}
</style>
background-color css
<style>
a { background-color: #2EDEEA; }
a { background-color: rgb(46,222,234); }
div.DivClassName
{
background-color: #2EDEEA;
}
.BgClassName
{
background-color: #2EDEEA;
}
</style>
border-color css
<style>
span { border-color: #2EDEEA; }
span { border-color: rgb(46,222,234); }
td.TdClassName
{
border-color: #2EDEEA;
}
.TagClassName
{
border-color: #2EDEEA;
}
</style>