Shades of Turquoise #2EEECB
Tints of Turquoise #2EEECB
RGB
CMYK
RGB Variations
Color information
#2EEECB (or 0x2EEECB) is known color: Turquoise. HEX triplet: 2E, EE and CB. RGB value is (46,238,203). Sum of RGB (Red+Green+Blue) = 46+238+203=487 (64% of max value = 765). Red value is 46 (18.36% from 255 or 9.45% from 487); Green value is 238 (93.36% from 255 or 48.87% from 487); Blue value is 203 (79.69% from 255 or 41.68% from 487); Max value from RGB is 238 - color contains mainly: green. Hex color #2EEECB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2EEECB is #D11134. Grayscale: #B0B0B0. Windows color (decimal): -13701429 or 13364782. OLE color: 13364782.
HSL color Cylindrical-coordinate representation of color #2EEECB: hue angle of 169.06º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2EEECB is Cyan = 0.81, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 46 | 238 | 203 | - |
| CMYK | 0.81 | 0 | 0.15 | 0.07 |
| HSL | 169.06º | 0.85% | 0.56% | - |
| HSV(B) | 169.06º | 0.81% | 0.93% | - |
| XYZ | 42.48 | 66.04 | 67.01 | - |
| YUV | 176.6 | 142.89 | 34.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 238 | 203 | 0.81 | 0 | 0.15 | 0.07 | 169.06 | 0.85 | 0.56 |
| Hex | 2E | EE | CB | 51 | 0 | F | 7 | A9 | 55 | 38 |
| Octal | 56 | 356 | 313 | 121 | 0 | 17 | 7 | 251 | 125 | 70 |
| Binary | 101110 | 11101110 | 11001011 | 1010001 | 0 | 1111 | 111 | 10101001 | 1010101 | 111000 |
Color Harmonies of #2EEECB
Complementary color
Monochromatic Colors of #2EEECB
Black with #2EEECB
Text Example
Text Example
White with #2EEECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EEECB; }
p { color: rgb(46,238,203); }
H1.HeaderClassName
{
color: #2EEECB;
}
.AnyTagClassName
{
color: #2EEECB;
}
</style>
background-color css
<style>
a { background-color: #2EEECB; }
a { background-color: rgb(46,238,203); }
div.DivClassName
{
background-color: #2EEECB;
}
.BgClassName
{
background-color: #2EEECB;
}
</style>
border-color css
<style>
span { border-color: #2EEECB; }
span { border-color: rgb(46,238,203); }
td.TdClassName
{
border-color: #2EEECB;
}
.TagClassName
{
border-color: #2EEECB;
}
</style>