Shades of Turquoise #2EFCDA
Tints of Turquoise #2EFCDA
RGB
CMYK
RGB Variations
Color information
#2EFCDA (or 0x2EFCDA) is known color: Turquoise. HEX triplet: 2E, FC and DA. RGB value is (46,252,218). Sum of RGB (Red+Green+Blue) = 46+252+218=516 (68% of max value = 765). Red value is 46 (18.36% from 255 or 8.91% from 516); Green value is 252 (98.83% from 255 or 48.84% from 516); Blue value is 218 (85.55% from 255 or 42.25% from 516); Max value from RGB is 252 - color contains mainly: green. Hex color #2EFCDA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2EFCDA is #D10325. Grayscale: #BABABA. Windows color (decimal): -13697830 or 14351406. OLE color: 14351406.
HSL color Cylindrical-coordinate representation of color #2EFCDA: hue angle of 170.1º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2EFCDA is Cyan = 0.82, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 46 | 252 | 218 | - |
| CMYK | 0.82 | 0 | 0.13 | 0.01 |
| HSL | 170.1º | 0.97% | 0.58% | - |
| HSV(B) | 170.1º | 0.82% | 0.99% | - |
| XYZ | 48.59 | 75.26 | 78.3 | - |
| YUV | 186.53 | 145.75 | 27.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 252 | 218 | 0.82 | 0 | 0.13 | 0.01 | 170.1 | 0.97 | 0.58 |
| Hex | 2E | FC | DA | 52 | 0 | D | 1 | AA | 61 | 3A |
| Octal | 56 | 374 | 332 | 122 | 0 | 15 | 1 | 252 | 141 | 72 |
| Binary | 101110 | 11111100 | 11011010 | 1010010 | 0 | 1101 | 1 | 10101010 | 1100001 | 111010 |
Color Harmonies of #2EFCDA
Complementary color
Monochromatic Colors of #2EFCDA
Black with #2EFCDA
Text Example
Text Example
White with #2EFCDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EFCDA; }
p { color: rgb(46,252,218); }
H1.HeaderClassName
{
color: #2EFCDA;
}
.AnyTagClassName
{
color: #2EFCDA;
}
</style>
background-color css
<style>
a { background-color: #2EFCDA; }
a { background-color: rgb(46,252,218); }
div.DivClassName
{
background-color: #2EFCDA;
}
.BgClassName
{
background-color: #2EFCDA;
}
</style>
border-color css
<style>
span { border-color: #2EFCDA; }
span { border-color: rgb(46,252,218); }
td.TdClassName
{
border-color: #2EFCDA;
}
.TagClassName
{
border-color: #2EFCDA;
}
</style>