Shades of Turquoise #2EEBEB
Tints of Turquoise #2EEBEB
RGB
CMYK
RGB Variations
Color information
#2EEBEB (or 0x2EEBEB) is known color: Turquoise. HEX triplet: 2E, EB and EB. RGB value is (46,235,235). Sum of RGB (Red+Green+Blue) = 46+235+235=516 (68% of max value = 765). Red value is 46 (18.36% from 255 or 8.91% from 516); Green value is 235 (92.19% from 255 or 45.54% from 516); Blue value is 235 (92.19% from 255 or 45.54% from 516); Max value from RGB is 235 - color contains mainly: green, blue. Hex color #2EEBEB is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2EEBEB is #D11414. Grayscale: #B2B2B2. Windows color (decimal): -13702165 or 15461166. OLE color: 15461166.
HSL color Cylindrical-coordinate representation of color #2EEBEB: hue angle of 180º 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 #2EEBEB is Cyan = 0.80, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 46 | 235 | 235 | - |
| CMYK | 0.80 | 0 | 0 | 0.08 |
| HSL | 180º | 0.83% | 0.55% | - |
| HSV(B) | 180º | 0.8% | 0.92% | - |
| XYZ | 45.83 | 66 | 88.92 | - |
| YUV | 178.49 | 159.88 | 33.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 235 | 235 | 0.80 | 0 | 0 | 0.08 | 180 | 0.83 | 0.55 |
| Hex | 2E | EB | EB | 50 | 0 | 0 | 8 | B4 | 53 | 37 |
| Octal | 56 | 353 | 353 | 120 | 0 | 0 | 10 | 264 | 123 | 67 |
| Binary | 101110 | 11101011 | 11101011 | 1010000 | 0 | 0 | 1000 | 10110100 | 1010011 | 110111 |
Color Harmonies of #2EEBEB
Complementary color
Monochromatic Colors of #2EEBEB
Black with #2EEBEB
Text Example
Text Example
White with #2EEBEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EEBEB; }
p { color: rgb(46,235,235); }
H1.HeaderClassName
{
color: #2EEBEB;
}
.AnyTagClassName
{
color: #2EEBEB;
}
</style>
background-color css
<style>
a { background-color: #2EEBEB; }
a { background-color: rgb(46,235,235); }
div.DivClassName
{
background-color: #2EEBEB;
}
.BgClassName
{
background-color: #2EEBEB;
}
</style>
border-color css
<style>
span { border-color: #2EEBEB; }
span { border-color: rgb(46,235,235); }
td.TdClassName
{
border-color: #2EEBEB;
}
.TagClassName
{
border-color: #2EEBEB;
}
</style>