Shades of Turquoise #2ED7CB
Tints of Turquoise #2ED7CB
RGB
CMYK
RGB Variations
Color information
#2ED7CB (or 0x2ED7CB) is known color: Turquoise. HEX triplet: 2E, D7 and CB. RGB value is (46,215,203). Sum of RGB (Red+Green+Blue) = 46+215+203=464 (61% of max value = 765). Red value is 46 (18.36% from 255 or 9.91% from 464); Green value is 215 (84.38% from 255 or 46.34% from 464); Blue value is 203 (79.69% from 255 or 43.75% from 464); Max value from RGB is 215 - color contains mainly: green. Hex color #2ED7CB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ED7CB is #D12834. Grayscale: #A2A2A2. Windows color (decimal): -13707317 or 13358894. OLE color: 13358894.
HSL color Cylindrical-coordinate representation of color #2ED7CB: hue angle of 175.74º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2ED7CB is Cyan = 0.79, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 46 | 215 | 203 | - |
| CMYK | 0.79 | 0 | 0.06 | 0.16 |
| HSL | 175.74º | 0.68% | 0.51% | - |
| HSV(B) | 175.74º | 0.79% | 0.84% | - |
| XYZ | 36.21 | 53.49 | 64.92 | - |
| YUV | 163.1 | 150.51 | 44.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 215 | 203 | 0.79 | 0 | 0.06 | 0.16 | 175.74 | 0.68 | 0.51 |
| Hex | 2E | D7 | CB | 4F | 0 | 6 | 10 | B0 | 44 | 33 |
| Octal | 56 | 327 | 313 | 117 | 0 | 6 | 20 | 260 | 104 | 63 |
| Binary | 101110 | 11010111 | 11001011 | 1001111 | 0 | 110 | 10000 | 10110000 | 1000100 | 110011 |
Color Harmonies of #2ED7CB
Complementary color
Monochromatic Colors of #2ED7CB
Black with #2ED7CB
Text Example
Text Example
White with #2ED7CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ED7CB; }
p { color: rgb(46,215,203); }
H1.HeaderClassName
{
color: #2ED7CB;
}
.AnyTagClassName
{
color: #2ED7CB;
}
</style>
background-color css
<style>
a { background-color: #2ED7CB; }
a { background-color: rgb(46,215,203); }
div.DivClassName
{
background-color: #2ED7CB;
}
.BgClassName
{
background-color: #2ED7CB;
}
</style>
border-color css
<style>
span { border-color: #2ED7CB; }
span { border-color: rgb(46,215,203); }
td.TdClassName
{
border-color: #2ED7CB;
}
.TagClassName
{
border-color: #2ED7CB;
}
</style>