Shades of Turquoise #2EE8EF
Tints of Turquoise #2EE8EF
RGB
CMYK
RGB Variations
Color information
#2EE8EF (or 0x2EE8EF) is known color: Turquoise. HEX triplet: 2E, E8 and EF. RGB value is (46,232,239). Sum of RGB (Red+Green+Blue) = 46+232+239=517 (68% of max value = 765). Red value is 46 (18.36% from 255 or 8.90% from 517); Green value is 232 (91.02% from 255 or 44.87% from 517); Blue value is 239 (93.75% from 255 or 46.23% from 517); Max value from RGB is 239 - color contains mainly: blue. Hex color #2EE8EF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2EE8EF is #D11710. Grayscale: #B0B0B0. Windows color (decimal): -13702929 or 15722542. OLE color: 15722542.
HSL color Cylindrical-coordinate representation of color #2EE8EF: hue angle of 182.18º 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 #2EE8EF is Cyan = 0.81, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 46 | 232 | 239 | - |
| CMYK | 0.81 | 0.03 | 0 | 0.06 |
| HSL | 182.18º | 0.86% | 0.56% | - |
| HSV(B) | 182.18º | 0.81% | 0.94% | - |
| XYZ | 45.56 | 64.53 | 91.71 | - |
| YUV | 177.18 | 162.88 | 34.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 232 | 239 | 0.81 | 0.03 | 0 | 0.06 | 182.18 | 0.86 | 0.56 |
| Hex | 2E | E8 | EF | 51 | 3 | 0 | 6 | B6 | 56 | 38 |
| Octal | 56 | 350 | 357 | 121 | 3 | 0 | 6 | 266 | 126 | 70 |
| Binary | 101110 | 11101000 | 11101111 | 1010001 | 11 | 0 | 110 | 10110110 | 1010110 | 111000 |
Color Harmonies of #2EE8EF
Complementary color
Monochromatic Colors of #2EE8EF
Black with #2EE8EF
Text Example
Text Example
White with #2EE8EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EE8EF; }
p { color: rgb(46,232,239); }
H1.HeaderClassName
{
color: #2EE8EF;
}
.AnyTagClassName
{
color: #2EE8EF;
}
</style>
background-color css
<style>
a { background-color: #2EE8EF; }
a { background-color: rgb(46,232,239); }
div.DivClassName
{
background-color: #2EE8EF;
}
.BgClassName
{
background-color: #2EE8EF;
}
</style>
border-color css
<style>
span { border-color: #2EE8EF; }
span { border-color: rgb(46,232,239); }
td.TdClassName
{
border-color: #2EE8EF;
}
.TagClassName
{
border-color: #2EE8EF;
}
</style>