Shades of Turquoise #2EEBD4
Tints of Turquoise #2EEBD4
RGB
CMYK
RGB Variations
Color information
#2EEBD4 (or 0x2EEBD4) is known color: Turquoise. HEX triplet: 2E, EB and D4. RGB value is (46,235,212). Sum of RGB (Red+Green+Blue) = 46+235+212=493 (65% of max value = 765). Red value is 46 (18.36% from 255 or 9.33% from 493); Green value is 235 (92.19% from 255 or 47.67% from 493); Blue value is 212 (83.20% from 255 or 43.00% from 493); Max value from RGB is 235 - color contains mainly: green. Hex color #2EEBD4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2EEBD4 is #D1142B. Grayscale: #AFAFAF. Windows color (decimal): -13702188 or 13953838. OLE color: 13953838.
HSL color Cylindrical-coordinate representation of color #2EEBD4: hue angle of 172.7º 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 #2EEBD4 is Cyan = 0.80, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 46 | 235 | 212 | - |
| CMYK | 0.80 | 0 | 0.10 | 0.08 |
| HSL | 172.7º | 0.83% | 0.55% | - |
| HSV(B) | 172.7º | 0.8% | 0.92% | - |
| XYZ | 42.72 | 64.75 | 72.53 | - |
| YUV | 175.87 | 148.38 | 35.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 235 | 212 | 0.80 | 0 | 0.10 | 0.08 | 172.7 | 0.83 | 0.55 |
| Hex | 2E | EB | D4 | 50 | 0 | A | 8 | AD | 53 | 37 |
| Octal | 56 | 353 | 324 | 120 | 0 | 12 | 10 | 255 | 123 | 67 |
| Binary | 101110 | 11101011 | 11010100 | 1010000 | 0 | 1010 | 1000 | 10101101 | 1010011 | 110111 |
Color Harmonies of #2EEBD4
Complementary color
Monochromatic Colors of #2EEBD4
Black with #2EEBD4
Text Example
Text Example
White with #2EEBD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EEBD4; }
p { color: rgb(46,235,212); }
H1.HeaderClassName
{
color: #2EEBD4;
}
.AnyTagClassName
{
color: #2EEBD4;
}
</style>
background-color css
<style>
a { background-color: #2EEBD4; }
a { background-color: rgb(46,235,212); }
div.DivClassName
{
background-color: #2EEBD4;
}
.BgClassName
{
background-color: #2EEBD4;
}
</style>
border-color css
<style>
span { border-color: #2EEBD4; }
span { border-color: rgb(46,235,212); }
td.TdClassName
{
border-color: #2EEBD4;
}
.TagClassName
{
border-color: #2EEBD4;
}
</style>