Shades of Turquoise #2EEEEA
Tints of Turquoise #2EEEEA
RGB
CMYK
RGB Variations
Color information
#2EEEEA (or 0x2EEEEA) is known color: Turquoise. HEX triplet: 2E, EE and EA. RGB value is (46,238,234). Sum of RGB (Red+Green+Blue) = 46+238+234=518 (68% of max value = 765). Red value is 46 (18.36% from 255 or 8.88% from 518); Green value is 238 (93.36% from 255 or 45.95% from 518); Blue value is 234 (91.80% from 255 or 45.17% from 518); Max value from RGB is 238 - color contains mainly: green. Hex color #2EEEEA is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2EEEEA is #D11115. Grayscale: #B3B3B3. Windows color (decimal): -13701398 or 15396398. OLE color: 15396398.
HSL color Cylindrical-coordinate representation of color #2EEEEA: hue angle of 178.75º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2EEEEA is Cyan = 0.81, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 46 | 238 | 234 | - |
| CMYK | 0.81 | 0 | 0.02 | 0.07 |
| HSL | 178.75º | 0.85% | 0.56% | - |
| HSV(B) | 178.75º | 0.81% | 0.93% | - |
| XYZ | 46.55 | 67.67 | 88.45 | - |
| YUV | 180.14 | 158.39 | 32.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 238 | 234 | 0.81 | 0 | 0.02 | 0.07 | 178.75 | 0.85 | 0.56 |
| Hex | 2E | EE | EA | 51 | 0 | 2 | 7 | B3 | 55 | 38 |
| Octal | 56 | 356 | 352 | 121 | 0 | 2 | 7 | 263 | 125 | 70 |
| Binary | 101110 | 11101110 | 11101010 | 1010001 | 0 | 10 | 111 | 10110011 | 1010101 | 111000 |
Color Harmonies of #2EEEEA
Complementary color
Monochromatic Colors of #2EEEEA
Black with #2EEEEA
Text Example
Text Example
White with #2EEEEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EEEEA; }
p { color: rgb(46,238,234); }
H1.HeaderClassName
{
color: #2EEEEA;
}
.AnyTagClassName
{
color: #2EEEEA;
}
</style>
background-color css
<style>
a { background-color: #2EEEEA; }
a { background-color: rgb(46,238,234); }
div.DivClassName
{
background-color: #2EEEEA;
}
.BgClassName
{
background-color: #2EEEEA;
}
</style>
border-color css
<style>
span { border-color: #2EEEEA; }
span { border-color: rgb(46,238,234); }
td.TdClassName
{
border-color: #2EEEEA;
}
.TagClassName
{
border-color: #2EEEEA;
}
</style>