Shades of Turquoise #2EEBD2
Tints of Turquoise #2EEBD2
RGB
CMYK
RGB Variations
Color information
#2EEBD2 (or 0x2EEBD2) is known color: Turquoise. HEX triplet: 2E, EB and D2. RGB value is (46,235,210). Sum of RGB (Red+Green+Blue) = 46+235+210=491 (65% of max value = 765). Red value is 46 (18.36% from 255 or 9.37% from 491); Green value is 235 (92.19% from 255 or 47.86% from 491); Blue value is 210 (82.42% from 255 or 42.77% from 491); Max value from RGB is 235 - color contains mainly: green. Hex color #2EEBD2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2EEBD2 is #D1142D. Grayscale: #AFAFAF. Windows color (decimal): -13702190 or 13822766. OLE color: 13822766.
HSL color Cylindrical-coordinate representation of color #2EEBD2: hue angle of 172.06º 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 #2EEBD2 is Cyan = 0.80, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 46 | 235 | 210 | - |
| CMYK | 0.80 | 0 | 0.11 | 0.08 |
| HSL | 172.06º | 0.83% | 0.55% | - |
| HSV(B) | 172.06º | 0.8% | 0.92% | - |
| XYZ | 42.47 | 64.65 | 71.21 | - |
| YUV | 175.64 | 147.38 | 35.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 235 | 210 | 0.80 | 0 | 0.11 | 0.08 | 172.06 | 0.83 | 0.55 |
| Hex | 2E | EB | D2 | 50 | 0 | B | 8 | AC | 53 | 37 |
| Octal | 56 | 353 | 322 | 120 | 0 | 13 | 10 | 254 | 123 | 67 |
| Binary | 101110 | 11101011 | 11010010 | 1010000 | 0 | 1011 | 1000 | 10101100 | 1010011 | 110111 |
Color Harmonies of #2EEBD2
Complementary color
Monochromatic Colors of #2EEBD2
Black with #2EEBD2
Text Example
Text Example
White with #2EEBD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EEBD2; }
p { color: rgb(46,235,210); }
H1.HeaderClassName
{
color: #2EEBD2;
}
.AnyTagClassName
{
color: #2EEBD2;
}
</style>
background-color css
<style>
a { background-color: #2EEBD2; }
a { background-color: rgb(46,235,210); }
div.DivClassName
{
background-color: #2EEBD2;
}
.BgClassName
{
background-color: #2EEBD2;
}
</style>
border-color css
<style>
span { border-color: #2EEBD2; }
span { border-color: rgb(46,235,210); }
td.TdClassName
{
border-color: #2EEBD2;
}
.TagClassName
{
border-color: #2EEBD2;
}
</style>