Shades of Turquoise #2EFDCE
Tints of Turquoise #2EFDCE
RGB
CMYK
RGB Variations
Color information
#2EFDCE (or 0x2EFDCE) is known color: Turquoise. HEX triplet: 2E, FD and CE. RGB value is (46,253,206). Sum of RGB (Red+Green+Blue) = 46+253+206=505 (66% of max value = 765). Red value is 46 (18.36% from 255 or 9.11% from 505); Green value is 253 (99.22% from 255 or 50.10% from 505); Blue value is 206 (80.86% from 255 or 40.79% from 505); Max value from RGB is 253 - color contains mainly: green. Hex color #2EFDCE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2EFDCE is #D10231. Grayscale: #B9B9B9. Windows color (decimal): -13697586 or 13565230. OLE color: 13565230.
HSL color Cylindrical-coordinate representation of color #2EFDCE: hue angle of 166.38º 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 #2EFDCE is Cyan = 0.82, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 46 | 253 | 206 | - |
| CMYK | 0.82 | 0 | 0.19 | 0.01 |
| HSL | 166.38º | 0.98% | 0.59% | - |
| HSV(B) | 166.38º | 0.82% | 0.99% | - |
| XYZ | 47.39 | 75.29 | 70.43 | - |
| YUV | 185.75 | 139.42 | 28.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 253 | 206 | 0.82 | 0 | 0.19 | 0.01 | 166.38 | 0.98 | 0.59 |
| Hex | 2E | FD | CE | 52 | 0 | 13 | 1 | A6 | 62 | 3B |
| Octal | 56 | 375 | 316 | 122 | 0 | 23 | 1 | 246 | 142 | 73 |
| Binary | 101110 | 11111101 | 11001110 | 1010010 | 0 | 10011 | 1 | 10100110 | 1100010 | 111011 |
Color Harmonies of #2EFDCE
Complementary color
Monochromatic Colors of #2EFDCE
Black with #2EFDCE
Text Example
Text Example
White with #2EFDCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EFDCE; }
p { color: rgb(46,253,206); }
H1.HeaderClassName
{
color: #2EFDCE;
}
.AnyTagClassName
{
color: #2EFDCE;
}
</style>
background-color css
<style>
a { background-color: #2EFDCE; }
a { background-color: rgb(46,253,206); }
div.DivClassName
{
background-color: #2EFDCE;
}
.BgClassName
{
background-color: #2EFDCE;
}
</style>
border-color css
<style>
span { border-color: #2EFDCE; }
span { border-color: rgb(46,253,206); }
td.TdClassName
{
border-color: #2EFDCE;
}
.TagClassName
{
border-color: #2EFDCE;
}
</style>