Shades of Turquoise #2EDFE5
Tints of Turquoise #2EDFE5
RGB
CMYK
RGB Variations
Color information
#2EDFE5 (or 0x2EDFE5) is known color: Turquoise. HEX triplet: 2E, DF and E5. RGB value is (46,223,229). Sum of RGB (Red+Green+Blue) = 46+223+229=498 (65% of max value = 765). Red value is 46 (18.36% from 255 or 9.24% from 498); Green value is 223 (87.5% from 255 or 44.78% from 498); Blue value is 229 (89.84% from 255 or 45.98% from 498); Max value from RGB is 229 - color contains mainly: blue. Hex color #2EDFE5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2EDFE5 is #D1201A. Grayscale: #AAAAAA. Windows color (decimal): -13705243 or 15064878. OLE color: 15064878.
HSL color Cylindrical-coordinate representation of color #2EDFE5: hue angle of 181.97º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2EDFE5 is Cyan = 0.80, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 46 | 223 | 229 | - |
| CMYK | 0.80 | 0.03 | 0 | 0.10 |
| HSL | 181.97º | 0.78% | 0.54% | - |
| HSV(B) | 181.97º | 0.8% | 0.9% | - |
| XYZ | 41.66 | 59.01 | 83.32 | - |
| YUV | 170.76 | 160.86 | 39.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 223 | 229 | 0.80 | 0.03 | 0 | 0.10 | 181.97 | 0.78 | 0.54 |
| Hex | 2E | DF | E5 | 50 | 3 | 0 | A | B6 | 4E | 36 |
| Octal | 56 | 337 | 345 | 120 | 3 | 0 | 12 | 266 | 116 | 66 |
| Binary | 101110 | 11011111 | 11100101 | 1010000 | 11 | 0 | 1010 | 10110110 | 1001110 | 110110 |
Color Harmonies of #2EDFE5
Complementary color
Monochromatic Colors of #2EDFE5
Black with #2EDFE5
Text Example
Text Example
White with #2EDFE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EDFE5; }
p { color: rgb(46,223,229); }
H1.HeaderClassName
{
color: #2EDFE5;
}
.AnyTagClassName
{
color: #2EDFE5;
}
</style>
background-color css
<style>
a { background-color: #2EDFE5; }
a { background-color: rgb(46,223,229); }
div.DivClassName
{
background-color: #2EDFE5;
}
.BgClassName
{
background-color: #2EDFE5;
}
</style>
border-color css
<style>
span { border-color: #2EDFE5; }
span { border-color: rgb(46,223,229); }
td.TdClassName
{
border-color: #2EDFE5;
}
.TagClassName
{
border-color: #2EDFE5;
}
</style>