Shades of Turquoise #2EEBCF
Tints of Turquoise #2EEBCF
RGB
CMYK
RGB Variations
Color information
#2EEBCF (or 0x2EEBCF) is known color: Turquoise. HEX triplet: 2E, EB and CF. RGB value is (46,235,207). Sum of RGB (Red+Green+Blue) = 46+235+207=488 (64% of max value = 765). Red value is 46 (18.36% from 255 or 9.43% from 488); Green value is 235 (92.19% from 255 or 48.16% from 488); Blue value is 207 (81.25% from 255 or 42.42% from 488); Max value from RGB is 235 - color contains mainly: green. Hex color #2EEBCF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2EEBCF is #D11430. Grayscale: #AFAFAF. Windows color (decimal): -13702193 or 13626158. OLE color: 13626158.
HSL color Cylindrical-coordinate representation of color #2EEBCF: hue angle of 171.11º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2EEBCF is Cyan = 0.80, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 46 | 235 | 207 | - |
| CMYK | 0.80 | 0 | 0.12 | 0.08 |
| HSL | 171.11º | 0.83% | 0.55% | - |
| HSV(B) | 171.11º | 0.8% | 0.92% | - |
| XYZ | 42.1 | 64.5 | 69.26 | - |
| YUV | 175.3 | 145.88 | 35.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 235 | 207 | 0.80 | 0 | 0.12 | 0.08 | 171.11 | 0.83 | 0.55 |
| Hex | 2E | EB | CF | 50 | 0 | C | 8 | AB | 53 | 37 |
| Octal | 56 | 353 | 317 | 120 | 0 | 14 | 10 | 253 | 123 | 67 |
| Binary | 101110 | 11101011 | 11001111 | 1010000 | 0 | 1100 | 1000 | 10101011 | 1010011 | 110111 |
Color Harmonies of #2EEBCF
Complementary color
Monochromatic Colors of #2EEBCF
Black with #2EEBCF
Text Example
Text Example
White with #2EEBCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EEBCF; }
p { color: rgb(46,235,207); }
H1.HeaderClassName
{
color: #2EEBCF;
}
.AnyTagClassName
{
color: #2EEBCF;
}
</style>
background-color css
<style>
a { background-color: #2EEBCF; }
a { background-color: rgb(46,235,207); }
div.DivClassName
{
background-color: #2EEBCF;
}
.BgClassName
{
background-color: #2EEBCF;
}
</style>
border-color css
<style>
span { border-color: #2EEBCF; }
span { border-color: rgb(46,235,207); }
td.TdClassName
{
border-color: #2EEBCF;
}
.TagClassName
{
border-color: #2EEBCF;
}
</style>