Shades of Turquoise #2EFDC5
Tints of Turquoise #2EFDC5
RGB
CMYK
RGB Variations
Color information
#2EFDC5 (or 0x2EFDC5) is known color: Turquoise. HEX triplet: 2E, FD and C5. RGB value is (46,253,197). Sum of RGB (Red+Green+Blue) = 46+253+197=496 (65% of max value = 765). Red value is 46 (18.36% from 255 or 9.27% from 496); Green value is 253 (99.22% from 255 or 51.01% from 496); Blue value is 197 (77.34% from 255 or 39.72% from 496); Max value from RGB is 253 - color contains mainly: green. Hex color #2EFDC5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2EFDC5 is #D1023A. Grayscale: #B8B8B8. Windows color (decimal): -13697595 or 12975406. OLE color: 12975406.
HSL color Cylindrical-coordinate representation of color #2EFDC5: hue angle of 163.77º 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 #2EFDC5 is Cyan = 0.82, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 46 | 253 | 197 | - |
| CMYK | 0.82 | 0 | 0.22 | 0.01 |
| HSL | 163.77º | 0.98% | 0.59% | - |
| HSV(B) | 163.77º | 0.82% | 0.99% | - |
| XYZ | 46.33 | 74.86 | 64.83 | - |
| YUV | 184.72 | 134.92 | 29.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 253 | 197 | 0.82 | 0 | 0.22 | 0.01 | 163.77 | 0.98 | 0.59 |
| Hex | 2E | FD | C5 | 52 | 0 | 16 | 1 | A4 | 62 | 3B |
| Octal | 56 | 375 | 305 | 122 | 0 | 26 | 1 | 244 | 142 | 73 |
| Binary | 101110 | 11111101 | 11000101 | 1010010 | 0 | 10110 | 1 | 10100100 | 1100010 | 111011 |
Color Harmonies of #2EFDC5
Complementary color
Monochromatic Colors of #2EFDC5
Black with #2EFDC5
Text Example
Text Example
White with #2EFDC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EFDC5; }
p { color: rgb(46,253,197); }
H1.HeaderClassName
{
color: #2EFDC5;
}
.AnyTagClassName
{
color: #2EFDC5;
}
</style>
background-color css
<style>
a { background-color: #2EFDC5; }
a { background-color: rgb(46,253,197); }
div.DivClassName
{
background-color: #2EFDC5;
}
.BgClassName
{
background-color: #2EFDC5;
}
</style>
border-color css
<style>
span { border-color: #2EFDC5; }
span { border-color: rgb(46,253,197); }
td.TdClassName
{
border-color: #2EFDC5;
}
.TagClassName
{
border-color: #2EFDC5;
}
</style>