Shades of Turquoise #2EFCDD
Tints of Turquoise #2EFCDD
RGB
CMYK
RGB Variations
Color information
#2EFCDD (or 0x2EFCDD) is known color: Turquoise. HEX triplet: 2E, FC and DD. RGB value is (46,252,221). Sum of RGB (Red+Green+Blue) = 46+252+221=519 (68% of max value = 765). Red value is 46 (18.36% from 255 or 8.86% from 519); Green value is 252 (98.83% from 255 or 48.55% from 519); Blue value is 221 (86.72% from 255 or 42.58% from 519); Max value from RGB is 252 - color contains mainly: green. Hex color #2EFCDD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2EFCDD is #D10322. Grayscale: #BABABA. Windows color (decimal): -13697827 or 14548014. OLE color: 14548014.
HSL color Cylindrical-coordinate representation of color #2EFCDD: hue angle of 170.97º 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 #2EFCDD is Cyan = 0.82, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 46 | 252 | 221 | - |
| CMYK | 0.82 | 0 | 0.12 | 0.01 |
| HSL | 170.97º | 0.97% | 0.58% | - |
| HSV(B) | 170.97º | 0.82% | 0.99% | - |
| XYZ | 48.99 | 75.42 | 80.38 | - |
| YUV | 186.87 | 147.25 | 27.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 252 | 221 | 0.82 | 0 | 0.12 | 0.01 | 170.97 | 0.97 | 0.58 |
| Hex | 2E | FC | DD | 52 | 0 | C | 1 | AB | 61 | 3A |
| Octal | 56 | 374 | 335 | 122 | 0 | 14 | 1 | 253 | 141 | 72 |
| Binary | 101110 | 11111100 | 11011101 | 1010010 | 0 | 1100 | 1 | 10101011 | 1100001 | 111010 |
Color Harmonies of #2EFCDD
Complementary color
Monochromatic Colors of #2EFCDD
Black with #2EFCDD
Text Example
Text Example
White with #2EFCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EFCDD; }
p { color: rgb(46,252,221); }
H1.HeaderClassName
{
color: #2EFCDD;
}
.AnyTagClassName
{
color: #2EFCDD;
}
</style>
background-color css
<style>
a { background-color: #2EFCDD; }
a { background-color: rgb(46,252,221); }
div.DivClassName
{
background-color: #2EFCDD;
}
.BgClassName
{
background-color: #2EFCDD;
}
</style>
border-color css
<style>
span { border-color: #2EFCDD; }
span { border-color: rgb(46,252,221); }
td.TdClassName
{
border-color: #2EFCDD;
}
.TagClassName
{
border-color: #2EFCDD;
}
</style>