Shades of Turquoise #2EDEC3
Tints of Turquoise #2EDEC3
RGB
CMYK
RGB Variations
Color information
#2EDEC3 (or 0x2EDEC3) is known color: Turquoise. HEX triplet: 2E, DE and C3. RGB value is (46,222,195). Sum of RGB (Red+Green+Blue) = 46+222+195=463 (61% of max value = 765). Red value is 46 (18.36% from 255 or 9.94% from 463); Green value is 222 (87.11% from 255 or 47.95% from 463); Blue value is 195 (76.56% from 255 or 42.12% from 463); Max value from RGB is 222 - color contains mainly: green. Hex color #2EDEC3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2EDEC3 is #D1213C. Grayscale: #A6A6A6. Windows color (decimal): -13705533 or 12836398. OLE color: 12836398.
HSL color Cylindrical-coordinate representation of color #2EDEC3: hue angle of 170.8º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2EDEC3 is Cyan = 0.79, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 46 | 222 | 195 | - |
| CMYK | 0.79 | 0 | 0.12 | 0.13 |
| HSL | 170.8º | 0.73% | 0.53% | - |
| HSV(B) | 170.8º | 0.79% | 0.87% | - |
| XYZ | 37.1 | 56.76 | 60.63 | - |
| YUV | 166.3 | 144.19 | 42.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 222 | 195 | 0.79 | 0 | 0.12 | 0.13 | 170.8 | 0.73 | 0.53 |
| Hex | 2E | DE | C3 | 4F | 0 | C | D | AB | 49 | 35 |
| Octal | 56 | 336 | 303 | 117 | 0 | 14 | 15 | 253 | 111 | 65 |
| Binary | 101110 | 11011110 | 11000011 | 1001111 | 0 | 1100 | 1101 | 10101011 | 1001001 | 110101 |
Color Harmonies of #2EDEC3
Complementary color
Monochromatic Colors of #2EDEC3
Black with #2EDEC3
Text Example
Text Example
White with #2EDEC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EDEC3; }
p { color: rgb(46,222,195); }
H1.HeaderClassName
{
color: #2EDEC3;
}
.AnyTagClassName
{
color: #2EDEC3;
}
</style>
background-color css
<style>
a { background-color: #2EDEC3; }
a { background-color: rgb(46,222,195); }
div.DivClassName
{
background-color: #2EDEC3;
}
.BgClassName
{
background-color: #2EDEC3;
}
</style>
border-color css
<style>
span { border-color: #2EDEC3; }
span { border-color: rgb(46,222,195); }
td.TdClassName
{
border-color: #2EDEC3;
}
.TagClassName
{
border-color: #2EDEC3;
}
</style>