Shades of Turquoise #2EEFCE
Tints of Turquoise #2EEFCE
RGB
CMYK
RGB Variations
Color information
#2EEFCE (or 0x2EEFCE) is known color: Turquoise. HEX triplet: 2E, EF and CE. RGB value is (46,239,206). Sum of RGB (Red+Green+Blue) = 46+239+206=491 (65% of max value = 765). Red value is 46 (18.36% from 255 or 9.37% from 491); Green value is 239 (93.75% from 255 or 48.68% from 491); Blue value is 206 (80.86% from 255 or 41.96% from 491); Max value from RGB is 239 - color contains mainly: green. Hex color #2EEFCE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2EEFCE is #D11031. Grayscale: #B1B1B1. Windows color (decimal): -13701170 or 13561646. OLE color: 13561646.
HSL color Cylindrical-coordinate representation of color #2EEFCE: hue angle of 169.74º 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 #2EEFCE is Cyan = 0.81, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 46 | 239 | 206 | - |
| CMYK | 0.81 | 0 | 0.14 | 0.06 |
| HSL | 169.74º | 0.86% | 0.56% | - |
| HSV(B) | 169.74º | 0.81% | 0.94% | - |
| XYZ | 43.13 | 66.77 | 69.01 | - |
| YUV | 177.53 | 144.06 | 34.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 239 | 206 | 0.81 | 0 | 0.14 | 0.06 | 169.74 | 0.86 | 0.56 |
| Hex | 2E | EF | CE | 51 | 0 | E | 6 | AA | 56 | 38 |
| Octal | 56 | 357 | 316 | 121 | 0 | 16 | 6 | 252 | 126 | 70 |
| Binary | 101110 | 11101111 | 11001110 | 1010001 | 0 | 1110 | 110 | 10101010 | 1010110 | 111000 |
Color Harmonies of #2EEFCE
Complementary color
Monochromatic Colors of #2EEFCE
Black with #2EEFCE
Text Example
Text Example
White with #2EEFCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EEFCE; }
p { color: rgb(46,239,206); }
H1.HeaderClassName
{
color: #2EEFCE;
}
.AnyTagClassName
{
color: #2EEFCE;
}
</style>
background-color css
<style>
a { background-color: #2EEFCE; }
a { background-color: rgb(46,239,206); }
div.DivClassName
{
background-color: #2EEFCE;
}
.BgClassName
{
background-color: #2EEFCE;
}
</style>
border-color css
<style>
span { border-color: #2EEFCE; }
span { border-color: rgb(46,239,206); }
td.TdClassName
{
border-color: #2EEFCE;
}
.TagClassName
{
border-color: #2EEFCE;
}
</style>