Shades of Turquoise #2EEBEC
Tints of Turquoise #2EEBEC
RGB
CMYK
RGB Variations
Color information
#2EEBEC (or 0x2EEBEC) is known color: Turquoise. HEX triplet: 2E, EB and EC. RGB value is (46,235,236). Sum of RGB (Red+Green+Blue) = 46+235+236=517 (68% of max value = 765). Red value is 46 (18.36% from 255 or 8.90% from 517); Green value is 235 (92.19% from 255 or 45.45% from 517); Blue value is 236 (92.58% from 255 or 45.65% from 517); Max value from RGB is 236 - color contains mainly: blue. Hex color #2EEBEC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2EEBEC is #D11413. Grayscale: #B2B2B2. Windows color (decimal): -13702164 or 15526702. OLE color: 15526702.
HSL color Cylindrical-coordinate representation of color #2EEBEC: hue angle of 180.32º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2EEBEC is Cyan = 0.81, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 46 | 235 | 236 | - |
| CMYK | 0.81 | 0.00 | 0 | 0.07 |
| HSL | 180.32º | 0.83% | 0.55% | - |
| HSV(B) | 180.32º | 0.81% | 0.93% | - |
| XYZ | 45.98 | 66.05 | 89.68 | - |
| YUV | 178.6 | 160.38 | 33.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 235 | 236 | 0.81 | 0.00 | 0 | 0.07 | 180.32 | 0.83 | 0.55 |
| Hex | 2E | EB | EC | 51 | 0 | 0 | 7 | B4 | 53 | 37 |
| Octal | 56 | 353 | 354 | 121 | 0 | 0 | 7 | 264 | 123 | 67 |
| Binary | 101110 | 11101011 | 11101100 | 1010001 | 0 | 0 | 111 | 10110100 | 1010011 | 110111 |
Color Harmonies of #2EEBEC
Complementary color
Monochromatic Colors of #2EEBEC
Black with #2EEBEC
Text Example
Text Example
White with #2EEBEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EEBEC; }
p { color: rgb(46,235,236); }
H1.HeaderClassName
{
color: #2EEBEC;
}
.AnyTagClassName
{
color: #2EEBEC;
}
</style>
background-color css
<style>
a { background-color: #2EEBEC; }
a { background-color: rgb(46,235,236); }
div.DivClassName
{
background-color: #2EEBEC;
}
.BgClassName
{
background-color: #2EEBEC;
}
</style>
border-color css
<style>
span { border-color: #2EEBEC; }
span { border-color: rgb(46,235,236); }
td.TdClassName
{
border-color: #2EEBEC;
}
.TagClassName
{
border-color: #2EEBEC;
}
</style>