Shades of Turquoise #2EFDCB
Tints of Turquoise #2EFDCB
RGB
CMYK
RGB Variations
Color information
#2EFDCB (or 0x2EFDCB) is known color: Turquoise. HEX triplet: 2E, FD and CB. RGB value is (46,253,203). Sum of RGB (Red+Green+Blue) = 46+253+203=502 (66% of max value = 765). Red value is 46 (18.36% from 255 or 9.16% from 502); Green value is 253 (99.22% from 255 or 50.40% from 502); Blue value is 203 (79.69% from 255 or 40.44% from 502); Max value from RGB is 253 - color contains mainly: green. Hex color #2EFDCB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2EFDCB is #D10234. Grayscale: #B9B9B9. Windows color (decimal): -13697589 or 13368622. OLE color: 13368622.
HSL color Cylindrical-coordinate representation of color #2EFDCB: hue angle of 165.51º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2EFDCB is Cyan = 0.82, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 46 | 253 | 203 | - |
| CMYK | 0.82 | 0 | 0.20 | 0.01 |
| HSL | 165.51º | 0.98% | 0.59% | - |
| HSV(B) | 165.51º | 0.82% | 0.99% | - |
| XYZ | 47.03 | 75.14 | 68.53 | - |
| YUV | 185.41 | 137.92 | 28.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 253 | 203 | 0.82 | 0 | 0.20 | 0.01 | 165.51 | 0.98 | 0.59 |
| Hex | 2E | FD | CB | 52 | 0 | 14 | 1 | A6 | 62 | 3B |
| Octal | 56 | 375 | 313 | 122 | 0 | 24 | 1 | 246 | 142 | 73 |
| Binary | 101110 | 11111101 | 11001011 | 1010010 | 0 | 10100 | 1 | 10100110 | 1100010 | 111011 |
Color Harmonies of #2EFDCB
Complementary color
Monochromatic Colors of #2EFDCB
Black with #2EFDCB
Text Example
Text Example
White with #2EFDCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EFDCB; }
p { color: rgb(46,253,203); }
H1.HeaderClassName
{
color: #2EFDCB;
}
.AnyTagClassName
{
color: #2EFDCB;
}
</style>
background-color css
<style>
a { background-color: #2EFDCB; }
a { background-color: rgb(46,253,203); }
div.DivClassName
{
background-color: #2EFDCB;
}
.BgClassName
{
background-color: #2EFDCB;
}
</style>
border-color css
<style>
span { border-color: #2EFDCB; }
span { border-color: rgb(46,253,203); }
td.TdClassName
{
border-color: #2EFDCB;
}
.TagClassName
{
border-color: #2EFDCB;
}
</style>