Shades of Turquoise #2EEBC6
Tints of Turquoise #2EEBC6
RGB
CMYK
RGB Variations
Color information
#2EEBC6 (or 0x2EEBC6) is known color: Turquoise. HEX triplet: 2E, EB and C6. RGB value is (46,235,198). Sum of RGB (Red+Green+Blue) = 46+235+198=479 (63% of max value = 765). Red value is 46 (18.36% from 255 or 9.60% from 479); Green value is 235 (92.19% from 255 or 49.06% from 479); Blue value is 198 (77.73% from 255 or 41.34% from 479); Max value from RGB is 235 - color contains mainly: green. Hex color #2EEBC6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2EEBC6 is #D11439. Grayscale: #AEAEAE. Windows color (decimal): -13702202 or 13036334. OLE color: 13036334.
HSL color Cylindrical-coordinate representation of color #2EEBC6: hue angle of 168.25º 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 #2EEBC6 is Cyan = 0.80, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 46 | 235 | 198 | - |
| CMYK | 0.80 | 0 | 0.16 | 0.08 |
| HSL | 168.25º | 0.83% | 0.55% | - |
| HSV(B) | 168.25º | 0.8% | 0.92% | - |
| XYZ | 41.03 | 64.07 | 63.63 | - |
| YUV | 174.27 | 141.38 | 36.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 235 | 198 | 0.80 | 0 | 0.16 | 0.08 | 168.25 | 0.83 | 0.55 |
| Hex | 2E | EB | C6 | 50 | 0 | 10 | 8 | A8 | 53 | 37 |
| Octal | 56 | 353 | 306 | 120 | 0 | 20 | 10 | 250 | 123 | 67 |
| Binary | 101110 | 11101011 | 11000110 | 1010000 | 0 | 10000 | 1000 | 10101000 | 1010011 | 110111 |
Color Harmonies of #2EEBC6
Complementary color
Monochromatic Colors of #2EEBC6
Black with #2EEBC6
Text Example
Text Example
White with #2EEBC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EEBC6; }
p { color: rgb(46,235,198); }
H1.HeaderClassName
{
color: #2EEBC6;
}
.AnyTagClassName
{
color: #2EEBC6;
}
</style>
background-color css
<style>
a { background-color: #2EEBC6; }
a { background-color: rgb(46,235,198); }
div.DivClassName
{
background-color: #2EEBC6;
}
.BgClassName
{
background-color: #2EEBC6;
}
</style>
border-color css
<style>
span { border-color: #2EEBC6; }
span { border-color: rgb(46,235,198); }
td.TdClassName
{
border-color: #2EEBC6;
}
.TagClassName
{
border-color: #2EEBC6;
}
</style>