Shades of Turquoise #2EE5EF
Tints of Turquoise #2EE5EF
RGB
CMYK
RGB Variations
Color information
#2EE5EF (or 0x2EE5EF) is known color: Turquoise. HEX triplet: 2E, E5 and EF. RGB value is (46,229,239). Sum of RGB (Red+Green+Blue) = 46+229+239=514 (68% of max value = 765). Red value is 46 (18.36% from 255 or 8.95% from 514); Green value is 229 (89.84% from 255 or 44.55% from 514); Blue value is 239 (93.75% from 255 or 46.50% from 514); Max value from RGB is 239 - color contains mainly: blue. Hex color #2EE5EF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2EE5EF is #D11A10. Grayscale: #AFAFAF. Windows color (decimal): -13703697 or 15721774. OLE color: 15721774.
HSL color Cylindrical-coordinate representation of color #2EE5EF: hue angle of 183.11º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2EE5EF is Cyan = 0.81, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 46 | 229 | 239 | - |
| CMYK | 0.81 | 0.04 | 0 | 0.06 |
| HSL | 183.11º | 0.86% | 0.56% | - |
| HSV(B) | 183.11º | 0.81% | 0.94% | - |
| XYZ | 44.73 | 62.85 | 91.44 | - |
| YUV | 175.42 | 163.87 | 35.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 229 | 239 | 0.81 | 0.04 | 0 | 0.06 | 183.11 | 0.86 | 0.56 |
| Hex | 2E | E5 | EF | 51 | 4 | 0 | 6 | B7 | 56 | 38 |
| Octal | 56 | 345 | 357 | 121 | 4 | 0 | 6 | 267 | 126 | 70 |
| Binary | 101110 | 11100101 | 11101111 | 1010001 | 100 | 0 | 110 | 10110111 | 1010110 | 111000 |
Color Harmonies of #2EE5EF
Complementary color
Monochromatic Colors of #2EE5EF
Black with #2EE5EF
Text Example
Text Example
White with #2EE5EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EE5EF; }
p { color: rgb(46,229,239); }
H1.HeaderClassName
{
color: #2EE5EF;
}
.AnyTagClassName
{
color: #2EE5EF;
}
</style>
background-color css
<style>
a { background-color: #2EE5EF; }
a { background-color: rgb(46,229,239); }
div.DivClassName
{
background-color: #2EE5EF;
}
.BgClassName
{
background-color: #2EE5EF;
}
</style>
border-color css
<style>
span { border-color: #2EE5EF; }
span { border-color: rgb(46,229,239); }
td.TdClassName
{
border-color: #2EE5EF;
}
.TagClassName
{
border-color: #2EE5EF;
}
</style>