Shades of Turquoise #2EE0E9
Tints of Turquoise #2EE0E9
RGB
CMYK
RGB Variations
Color information
#2EE0E9 (or 0x2EE0E9) is known color: Turquoise. HEX triplet: 2E, E0 and E9. RGB value is (46,224,233). Sum of RGB (Red+Green+Blue) = 46+224+233=503 (66% of max value = 765). Red value is 46 (18.36% from 255 or 9.15% from 503); Green value is 224 (87.89% from 255 or 44.53% from 503); Blue value is 233 (91.41% from 255 or 46.32% from 503); Max value from RGB is 233 - color contains mainly: blue. Hex color #2EE0E9 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2EE0E9 is #D11F16. Grayscale: #ABABAB. Windows color (decimal): -13704983 or 15327278. OLE color: 15327278.
HSL color Cylindrical-coordinate representation of color #2EE0E9: hue angle of 182.89º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2EE0E9 is Cyan = 0.80, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 46 | 224 | 233 | - |
| CMYK | 0.80 | 0.04 | 0 | 0.09 |
| HSL | 182.89º | 0.81% | 0.55% | - |
| HSV(B) | 182.89º | 0.8% | 0.91% | - |
| XYZ | 42.49 | 59.78 | 86.39 | - |
| YUV | 171.8 | 162.53 | 38.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 224 | 233 | 0.80 | 0.04 | 0 | 0.09 | 182.89 | 0.81 | 0.55 |
| Hex | 2E | E0 | E9 | 50 | 4 | 0 | 9 | B7 | 51 | 37 |
| Octal | 56 | 340 | 351 | 120 | 4 | 0 | 11 | 267 | 121 | 67 |
| Binary | 101110 | 11100000 | 11101001 | 1010000 | 100 | 0 | 1001 | 10110111 | 1010001 | 110111 |
Color Harmonies of #2EE0E9
Complementary color
Monochromatic Colors of #2EE0E9
Black with #2EE0E9
Text Example
Text Example
White with #2EE0E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EE0E9; }
p { color: rgb(46,224,233); }
H1.HeaderClassName
{
color: #2EE0E9;
}
.AnyTagClassName
{
color: #2EE0E9;
}
</style>
background-color css
<style>
a { background-color: #2EE0E9; }
a { background-color: rgb(46,224,233); }
div.DivClassName
{
background-color: #2EE0E9;
}
.BgClassName
{
background-color: #2EE0E9;
}
</style>
border-color css
<style>
span { border-color: #2EE0E9; }
span { border-color: rgb(46,224,233); }
td.TdClassName
{
border-color: #2EE0E9;
}
.TagClassName
{
border-color: #2EE0E9;
}
</style>