Shades of Turquoise #2EDCD4
Tints of Turquoise #2EDCD4
RGB
CMYK
RGB Variations
Color information
#2EDCD4 (or 0x2EDCD4) is known color: Turquoise. HEX triplet: 2E, DC and D4. RGB value is (46,220,212). Sum of RGB (Red+Green+Blue) = 46+220+212=478 (63% of max value = 765). Red value is 46 (18.36% from 255 or 9.62% from 478); Green value is 220 (86.33% from 255 or 46.03% from 478); Blue value is 212 (83.20% from 255 or 44.35% from 478); Max value from RGB is 220 - color contains mainly: green. Hex color #2EDCD4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2EDCD4 is #D1232B. Grayscale: #A6A6A6. Windows color (decimal): -13706028 or 13949998. OLE color: 13949998.
HSL color Cylindrical-coordinate representation of color #2EDCD4: hue angle of 177.24º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2EDCD4 is Cyan = 0.79, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 46 | 220 | 212 | - |
| CMYK | 0.79 | 0 | 0.04 | 0.14 |
| HSL | 177.24º | 0.71% | 0.52% | - |
| HSV(B) | 177.24º | 0.79% | 0.86% | - |
| XYZ | 38.6 | 56.52 | 71.16 | - |
| YUV | 167.06 | 153.35 | 41.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 220 | 212 | 0.79 | 0 | 0.04 | 0.14 | 177.24 | 0.71 | 0.52 |
| Hex | 2E | DC | D4 | 4F | 0 | 4 | E | B1 | 47 | 34 |
| Octal | 56 | 334 | 324 | 117 | 0 | 4 | 16 | 261 | 107 | 64 |
| Binary | 101110 | 11011100 | 11010100 | 1001111 | 0 | 100 | 1110 | 10110001 | 1000111 | 110100 |
Color Harmonies of #2EDCD4
Complementary color
Monochromatic Colors of #2EDCD4
Black with #2EDCD4
Text Example
Text Example
White with #2EDCD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EDCD4; }
p { color: rgb(46,220,212); }
H1.HeaderClassName
{
color: #2EDCD4;
}
.AnyTagClassName
{
color: #2EDCD4;
}
</style>
background-color css
<style>
a { background-color: #2EDCD4; }
a { background-color: rgb(46,220,212); }
div.DivClassName
{
background-color: #2EDCD4;
}
.BgClassName
{
background-color: #2EDCD4;
}
</style>
border-color css
<style>
span { border-color: #2EDCD4; }
span { border-color: rgb(46,220,212); }
td.TdClassName
{
border-color: #2EDCD4;
}
.TagClassName
{
border-color: #2EDCD4;
}
</style>