Shades of Turquoise #2EEFCB
Tints of Turquoise #2EEFCB
RGB
CMYK
RGB Variations
Color information
#2EEFCB (or 0x2EEFCB) is known color: Turquoise. HEX triplet: 2E, EF and CB. RGB value is (46,239,203). Sum of RGB (Red+Green+Blue) = 46+239+203=488 (64% of max value = 765). Red value is 46 (18.36% from 255 or 9.43% from 488); Green value is 239 (93.75% from 255 or 48.98% from 488); Blue value is 203 (79.69% from 255 or 41.60% from 488); Max value from RGB is 239 - color contains mainly: green. Hex color #2EEFCB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2EEFCB is #D11034. Grayscale: #B1B1B1. Windows color (decimal): -13701173 or 13365038. OLE color: 13365038.
HSL color Cylindrical-coordinate representation of color #2EEFCB: hue angle of 168.81º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2EEFCB is Cyan = 0.81, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 46 | 239 | 203 | - |
| CMYK | 0.81 | 0 | 0.15 | 0.06 |
| HSL | 168.81º | 0.86% | 0.56% | - |
| HSV(B) | 168.81º | 0.81% | 0.94% | - |
| XYZ | 42.77 | 66.63 | 67.11 | - |
| YUV | 177.19 | 142.56 | 34.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 239 | 203 | 0.81 | 0 | 0.15 | 0.06 | 168.81 | 0.86 | 0.56 |
| Hex | 2E | EF | CB | 51 | 0 | F | 6 | A9 | 56 | 38 |
| Octal | 56 | 357 | 313 | 121 | 0 | 17 | 6 | 251 | 126 | 70 |
| Binary | 101110 | 11101111 | 11001011 | 1010001 | 0 | 1111 | 110 | 10101001 | 1010110 | 111000 |
Color Harmonies of #2EEFCB
Complementary color
Monochromatic Colors of #2EEFCB
Black with #2EEFCB
Text Example
Text Example
White with #2EEFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EEFCB; }
p { color: rgb(46,239,203); }
H1.HeaderClassName
{
color: #2EEFCB;
}
.AnyTagClassName
{
color: #2EEFCB;
}
</style>
background-color css
<style>
a { background-color: #2EEFCB; }
a { background-color: rgb(46,239,203); }
div.DivClassName
{
background-color: #2EEFCB;
}
.BgClassName
{
background-color: #2EEFCB;
}
</style>
border-color css
<style>
span { border-color: #2EEFCB; }
span { border-color: rgb(46,239,203); }
td.TdClassName
{
border-color: #2EEFCB;
}
.TagClassName
{
border-color: #2EEFCB;
}
</style>