Shades of Turquoise #2EFCDF
Tints of Turquoise #2EFCDF
RGB
CMYK
RGB Variations
Color information
#2EFCDF (or 0x2EFCDF) is known color: Turquoise. HEX triplet: 2E, FC and DF. RGB value is (46,252,223). Sum of RGB (Red+Green+Blue) = 46+252+223=521 (69% of max value = 765). Red value is 46 (18.36% from 255 or 8.83% from 521); Green value is 252 (98.83% from 255 or 48.37% from 521); Blue value is 223 (87.5% from 255 or 42.80% from 521); Max value from RGB is 252 - color contains mainly: green. Hex color #2EFCDF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2EFCDF is #D10320. Grayscale: #BBBBBB. Windows color (decimal): -13697825 or 14679086. OLE color: 14679086.
HSL color Cylindrical-coordinate representation of color #2EFCDF: hue angle of 171.55º 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 #2EFCDF is Cyan = 0.82, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 46 | 252 | 223 | - |
| CMYK | 0.82 | 0 | 0.12 | 0.01 |
| HSL | 171.55º | 0.97% | 0.58% | - |
| HSV(B) | 171.55º | 0.82% | 0.99% | - |
| XYZ | 49.26 | 75.53 | 81.79 | - |
| YUV | 187.1 | 148.25 | 27.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 252 | 223 | 0.82 | 0 | 0.12 | 0.01 | 171.55 | 0.97 | 0.58 |
| Hex | 2E | FC | DF | 52 | 0 | C | 1 | AC | 61 | 3A |
| Octal | 56 | 374 | 337 | 122 | 0 | 14 | 1 | 254 | 141 | 72 |
| Binary | 101110 | 11111100 | 11011111 | 1010010 | 0 | 1100 | 1 | 10101100 | 1100001 | 111010 |
Color Harmonies of #2EFCDF
Complementary color
Monochromatic Colors of #2EFCDF
Black with #2EFCDF
Text Example
Text Example
White with #2EFCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EFCDF; }
p { color: rgb(46,252,223); }
H1.HeaderClassName
{
color: #2EFCDF;
}
.AnyTagClassName
{
color: #2EFCDF;
}
</style>
background-color css
<style>
a { background-color: #2EFCDF; }
a { background-color: rgb(46,252,223); }
div.DivClassName
{
background-color: #2EFCDF;
}
.BgClassName
{
background-color: #2EFCDF;
}
</style>
border-color css
<style>
span { border-color: #2EFCDF; }
span { border-color: rgb(46,252,223); }
td.TdClassName
{
border-color: #2EFCDF;
}
.TagClassName
{
border-color: #2EFCDF;
}
</style>