Shades of Turquoise #2EE8CF
Tints of Turquoise #2EE8CF
RGB
CMYK
RGB Variations
Color information
#2EE8CF (or 0x2EE8CF) is known color: Turquoise. HEX triplet: 2E, E8 and CF. RGB value is (46,232,207). Sum of RGB (Red+Green+Blue) = 46+232+207=485 (64% of max value = 765). Red value is 46 (18.36% from 255 or 9.48% from 485); Green value is 232 (91.02% from 255 or 47.84% from 485); Blue value is 207 (81.25% from 255 or 42.68% from 485); Max value from RGB is 232 - color contains mainly: green. Hex color #2EE8CF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2EE8CF is #D11730. Grayscale: #ADADAD. Windows color (decimal): -13702961 or 13625390. OLE color: 13625390.
HSL color Cylindrical-coordinate representation of color #2EE8CF: hue angle of 171.94º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2EE8CF is Cyan = 0.80, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 46 | 232 | 207 | - |
| CMYK | 0.80 | 0 | 0.11 | 0.09 |
| HSL | 171.94º | 0.8% | 0.55% | - |
| HSV(B) | 171.94º | 0.8% | 0.91% | - |
| XYZ | 41.25 | 62.8 | 68.98 | - |
| YUV | 173.54 | 146.88 | 37.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 232 | 207 | 0.80 | 0 | 0.11 | 0.09 | 171.94 | 0.8 | 0.55 |
| Hex | 2E | E8 | CF | 50 | 0 | B | 9 | AC | 50 | 37 |
| Octal | 56 | 350 | 317 | 120 | 0 | 13 | 11 | 254 | 120 | 67 |
| Binary | 101110 | 11101000 | 11001111 | 1010000 | 0 | 1011 | 1001 | 10101100 | 1010000 | 110111 |
Color Harmonies of #2EE8CF
Complementary color
Monochromatic Colors of #2EE8CF
Black with #2EE8CF
Text Example
Text Example
White with #2EE8CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EE8CF; }
p { color: rgb(46,232,207); }
H1.HeaderClassName
{
color: #2EE8CF;
}
.AnyTagClassName
{
color: #2EE8CF;
}
</style>
background-color css
<style>
a { background-color: #2EE8CF; }
a { background-color: rgb(46,232,207); }
div.DivClassName
{
background-color: #2EE8CF;
}
.BgClassName
{
background-color: #2EE8CF;
}
</style>
border-color css
<style>
span { border-color: #2EE8CF; }
span { border-color: rgb(46,232,207); }
td.TdClassName
{
border-color: #2EE8CF;
}
.TagClassName
{
border-color: #2EE8CF;
}
</style>