Shades of Turquoise #2EECE9
Tints of Turquoise #2EECE9
RGB
CMYK
RGB Variations
Color information
#2EECE9 (or 0x2EECE9) is known color: Turquoise. HEX triplet: 2E, EC and E9. RGB value is (46,236,233). Sum of RGB (Red+Green+Blue) = 46+236+233=515 (68% of max value = 765). Red value is 46 (18.36% from 255 or 8.93% from 515); Green value is 236 (92.58% from 255 or 45.83% from 515); Blue value is 233 (91.41% from 255 or 45.24% from 515); Max value from RGB is 236 - color contains mainly: green. Hex color #2EECE9 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2EECE9 is #D11316. Grayscale: #B2B2B2. Windows color (decimal): -13701911 or 15330350. OLE color: 15330350.
HSL color Cylindrical-coordinate representation of color #2EECE9: hue angle of 179.05º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2EECE9 is Cyan = 0.81, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
RGB | 46 | 236 | 233 | - |
CMYK | 0.81 | 0 | 0.01 | 0.07 |
HSL | 179.05º | 0.83% | 0.55% | - |
HSV(B) | 179.05º | 0.81% | 0.93% | - |
XYZ | 45.83 | 66.45 | 87.5 | - |
YUV | 178.85 | 158.55 | 33.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 46 | 236 | 233 | 0.81 | 0 | 0.01 | 0.07 | 179.05 | 0.83 | 0.55 |
Hex | 2E | EC | E9 | 51 | 0 | 1 | 7 | B3 | 53 | 37 |
Octal | 56 | 354 | 351 | 121 | 0 | 1 | 7 | 263 | 123 | 67 |
Binary | 101110 | 11101100 | 11101001 | 1010001 | 0 | 1 | 111 | 10110011 | 1010011 | 110111 |
Color Harmonies of #2EECE9
Complementary color
Monochromatic Colors of #2EECE9
Black with #2EECE9
Text Example
Text Example
White with #2EECE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EECE9; }
p { color: rgb(46,236,233); }
H1.HeaderClassName
{
color: #2EECE9;
}
.AnyTagClassName
{
color: #2EECE9;
}
</style>
background-color css
<style>
a { background-color: #2EECE9; }
a { background-color: rgb(46,236,233); }
div.DivClassName
{
background-color: #2EECE9;
}
.BgClassName
{
background-color: #2EECE9;
}
</style>
border-color css
<style>
span { border-color: #2EECE9; }
span { border-color: rgb(46,236,233); }
td.TdClassName
{
border-color: #2EECE9;
}
.TagClassName
{
border-color: #2EECE9;
}
</style>