Shades of Turquoise #2ED5DC
Tints of Turquoise #2ED5DC
RGB
CMYK
RGB Variations
Color information
#2ED5DC (or 0x2ED5DC) is known color: Turquoise. HEX triplet: 2E, D5 and DC. RGB value is (46,213,220). Sum of RGB (Red+Green+Blue) = 46+213+220=479 (63% of max value = 765). Red value is 46 (18.36% from 255 or 9.60% from 479); Green value is 213 (83.59% from 255 or 44.47% from 479); Blue value is 220 (86.33% from 255 or 45.93% from 479); Max value from RGB is 220 - color contains mainly: blue. Hex color #2ED5DC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ED5DC is #D12A23. Grayscale: #A3A3A3. Windows color (decimal): -13707812 or 14472494. OLE color: 14472494.
HSL color Cylindrical-coordinate representation of color #2ED5DC: hue angle of 182.41º 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 #2ED5DC is Cyan = 0.79, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 46 | 213 | 220 | - |
| CMYK | 0.79 | 0.03 | 0 | 0.14 |
| HSL | 182.41º | 0.71% | 0.52% | - |
| HSV(B) | 182.41º | 0.79% | 0.86% | - |
| XYZ | 37.84 | 53.34 | 76.01 | - |
| YUV | 163.87 | 159.67 | 43.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 213 | 220 | 0.79 | 0.03 | 0 | 0.14 | 182.41 | 0.71 | 0.52 |
| Hex | 2E | D5 | DC | 4F | 3 | 0 | E | B6 | 47 | 34 |
| Octal | 56 | 325 | 334 | 117 | 3 | 0 | 16 | 266 | 107 | 64 |
| Binary | 101110 | 11010101 | 11011100 | 1001111 | 11 | 0 | 1110 | 10110110 | 1000111 | 110100 |
Color Harmonies of #2ED5DC
Complementary color
Monochromatic Colors of #2ED5DC
Black with #2ED5DC
Text Example
Text Example
White with #2ED5DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ED5DC; }
p { color: rgb(46,213,220); }
H1.HeaderClassName
{
color: #2ED5DC;
}
.AnyTagClassName
{
color: #2ED5DC;
}
</style>
background-color css
<style>
a { background-color: #2ED5DC; }
a { background-color: rgb(46,213,220); }
div.DivClassName
{
background-color: #2ED5DC;
}
.BgClassName
{
background-color: #2ED5DC;
}
</style>
border-color css
<style>
span { border-color: #2ED5DC; }
span { border-color: rgb(46,213,220); }
td.TdClassName
{
border-color: #2ED5DC;
}
.TagClassName
{
border-color: #2ED5DC;
}
</style>