Shades of Turquoise #2ED5CB
Tints of Turquoise #2ED5CB
RGB
CMYK
RGB Variations
Color information
#2ED5CB (or 0x2ED5CB) is known color: Turquoise. HEX triplet: 2E, D5 and CB. RGB value is (46,213,203). Sum of RGB (Red+Green+Blue) = 46+213+203=462 (61% of max value = 765). Red value is 46 (18.36% from 255 or 9.96% from 462); Green value is 213 (83.59% from 255 or 46.10% from 462); Blue value is 203 (79.69% from 255 or 43.94% from 462); Max value from RGB is 213 - color contains mainly: green. Hex color #2ED5CB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ED5CB is #D12A34. Grayscale: #A1A1A1. Windows color (decimal): -13707829 or 13358382. OLE color: 13358382.
HSL color Cylindrical-coordinate representation of color #2ED5CB: hue angle of 176.41º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2ED5CB is Cyan = 0.78, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 46 | 213 | 203 | - |
| CMYK | 0.78 | 0 | 0.05 | 0.16 |
| HSL | 176.41º | 0.67% | 0.51% | - |
| HSV(B) | 176.41º | 0.78% | 0.84% | - |
| XYZ | 35.7 | 52.48 | 64.75 | - |
| YUV | 161.93 | 151.17 | 45.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 213 | 203 | 0.78 | 0 | 0.05 | 0.16 | 176.41 | 0.67 | 0.51 |
| Hex | 2E | D5 | CB | 4E | 0 | 5 | 10 | B0 | 43 | 33 |
| Octal | 56 | 325 | 313 | 116 | 0 | 5 | 20 | 260 | 103 | 63 |
| Binary | 101110 | 11010101 | 11001011 | 1001110 | 0 | 101 | 10000 | 10110000 | 1000011 | 110011 |
Color Harmonies of #2ED5CB
Complementary color
Monochromatic Colors of #2ED5CB
Black with #2ED5CB
Text Example
Text Example
White with #2ED5CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ED5CB; }
p { color: rgb(46,213,203); }
H1.HeaderClassName
{
color: #2ED5CB;
}
.AnyTagClassName
{
color: #2ED5CB;
}
</style>
background-color css
<style>
a { background-color: #2ED5CB; }
a { background-color: rgb(46,213,203); }
div.DivClassName
{
background-color: #2ED5CB;
}
.BgClassName
{
background-color: #2ED5CB;
}
</style>
border-color css
<style>
span { border-color: #2ED5CB; }
span { border-color: rgb(46,213,203); }
td.TdClassName
{
border-color: #2ED5CB;
}
.TagClassName
{
border-color: #2ED5CB;
}
</style>