Shades of Turquoise #2EE6EF
Tints of Turquoise #2EE6EF
RGB
CMYK
RGB Variations
Color information
#2EE6EF (or 0x2EE6EF) is known color: Turquoise. HEX triplet: 2E, E6 and EF. RGB value is (46,230,239). Sum of RGB (Red+Green+Blue) = 46+230+239=515 (68% of max value = 765). Red value is 46 (18.36% from 255 or 8.93% from 515); Green value is 230 (90.23% from 255 or 44.66% from 515); Blue value is 239 (93.75% from 255 or 46.41% from 515); Max value from RGB is 239 - color contains mainly: blue. Hex color #2EE6EF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2EE6EF is #D11910. Grayscale: #AFAFAF. Windows color (decimal): -13703441 or 15722030. OLE color: 15722030.
HSL color Cylindrical-coordinate representation of color #2EE6EF: hue angle of 182.8º 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 #2EE6EF is Cyan = 0.81, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 46 | 230 | 239 | - |
| CMYK | 0.81 | 0.04 | 0 | 0.06 |
| HSL | 182.8º | 0.86% | 0.56% | - |
| HSV(B) | 182.8º | 0.81% | 0.94% | - |
| XYZ | 45 | 63.41 | 91.53 | - |
| YUV | 176.01 | 163.54 | 35.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 230 | 239 | 0.81 | 0.04 | 0 | 0.06 | 182.8 | 0.86 | 0.56 |
| Hex | 2E | E6 | EF | 51 | 4 | 0 | 6 | B7 | 56 | 38 |
| Octal | 56 | 346 | 357 | 121 | 4 | 0 | 6 | 267 | 126 | 70 |
| Binary | 101110 | 11100110 | 11101111 | 1010001 | 100 | 0 | 110 | 10110111 | 1010110 | 111000 |
Color Harmonies of #2EE6EF
Complementary color
Monochromatic Colors of #2EE6EF
Black with #2EE6EF
Text Example
Text Example
White with #2EE6EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EE6EF; }
p { color: rgb(46,230,239); }
H1.HeaderClassName
{
color: #2EE6EF;
}
.AnyTagClassName
{
color: #2EE6EF;
}
</style>
background-color css
<style>
a { background-color: #2EE6EF; }
a { background-color: rgb(46,230,239); }
div.DivClassName
{
background-color: #2EE6EF;
}
.BgClassName
{
background-color: #2EE6EF;
}
</style>
border-color css
<style>
span { border-color: #2EE6EF; }
span { border-color: rgb(46,230,239); }
td.TdClassName
{
border-color: #2EE6EF;
}
.TagClassName
{
border-color: #2EE6EF;
}
</style>