Shades of Turquoise #2EE0B7
Tints of Turquoise #2EE0B7
RGB
CMYK
RGB Variations
Color information
#2EE0B7 (or 0x2EE0B7) is known color: Turquoise. HEX triplet: 2E, E0 and B7. RGB value is (46,224,183). Sum of RGB (Red+Green+Blue) = 46+224+183=453 (60% of max value = 765). Red value is 46 (18.36% from 255 or 10.15% from 453); Green value is 224 (87.89% from 255 or 49.45% from 453); Blue value is 183 (71.88% from 255 or 40.40% from 453); Max value from RGB is 224 - color contains mainly: green. Hex color #2EE0B7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2EE0B7 is #D11F48. Grayscale: #A6A6A6. Windows color (decimal): -13705033 or 12050478. OLE color: 12050478.
HSL color Cylindrical-coordinate representation of color #2EE0B7: hue angle of 166.18º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2EE0B7 is Cyan = 0.79, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 46 | 224 | 183 | - |
| CMYK | 0.79 | 0 | 0.18 | 0.12 |
| HSL | 166.18º | 0.74% | 0.53% | - |
| HSV(B) | 166.18º | 0.79% | 0.88% | - |
| XYZ | 36.33 | 57.31 | 53.95 | - |
| YUV | 166.1 | 137.53 | 42.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 224 | 183 | 0.79 | 0 | 0.18 | 0.12 | 166.18 | 0.74 | 0.53 |
| Hex | 2E | E0 | B7 | 4F | 0 | 12 | C | A6 | 4A | 35 |
| Octal | 56 | 340 | 267 | 117 | 0 | 22 | 14 | 246 | 112 | 65 |
| Binary | 101110 | 11100000 | 10110111 | 1001111 | 0 | 10010 | 1100 | 10100110 | 1001010 | 110101 |
Color Harmonies of #2EE0B7
Complementary color
Monochromatic Colors of #2EE0B7
Black with #2EE0B7
Text Example
Text Example
White with #2EE0B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EE0B7; }
p { color: rgb(46,224,183); }
H1.HeaderClassName
{
color: #2EE0B7;
}
.AnyTagClassName
{
color: #2EE0B7;
}
</style>
background-color css
<style>
a { background-color: #2EE0B7; }
a { background-color: rgb(46,224,183); }
div.DivClassName
{
background-color: #2EE0B7;
}
.BgClassName
{
background-color: #2EE0B7;
}
</style>
border-color css
<style>
span { border-color: #2EE0B7; }
span { border-color: rgb(46,224,183); }
td.TdClassName
{
border-color: #2EE0B7;
}
.TagClassName
{
border-color: #2EE0B7;
}
</style>