Shades of Turquoise #2ED9CB
Tints of Turquoise #2ED9CB
RGB
CMYK
RGB Variations
Color information
#2ED9CB (or 0x2ED9CB) is known color: Turquoise. HEX triplet: 2E, D9 and CB. RGB value is (46,217,203). Sum of RGB (Red+Green+Blue) = 46+217+203=466 (61% of max value = 765). Red value is 46 (18.36% from 255 or 9.87% from 466); Green value is 217 (85.16% from 255 or 46.57% from 466); Blue value is 203 (79.69% from 255 or 43.56% from 466); Max value from RGB is 217 - color contains mainly: green. Hex color #2ED9CB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ED9CB is #D12634. Grayscale: #A4A4A4. Windows color (decimal): -13706805 or 13359406. OLE color: 13359406.
HSL color Cylindrical-coordinate representation of color #2ED9CB: hue angle of 175.09º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2ED9CB is Cyan = 0.79, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 46 | 217 | 203 | - |
| CMYK | 0.79 | 0 | 0.06 | 0.15 |
| HSL | 175.09º | 0.69% | 0.52% | - |
| HSV(B) | 175.09º | 0.79% | 0.85% | - |
| XYZ | 36.72 | 54.52 | 65.09 | - |
| YUV | 164.28 | 149.85 | 43.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 217 | 203 | 0.79 | 0 | 0.06 | 0.15 | 175.09 | 0.69 | 0.52 |
| Hex | 2E | D9 | CB | 4F | 0 | 6 | F | AF | 45 | 34 |
| Octal | 56 | 331 | 313 | 117 | 0 | 6 | 17 | 257 | 105 | 64 |
| Binary | 101110 | 11011001 | 11001011 | 1001111 | 0 | 110 | 1111 | 10101111 | 1000101 | 110100 |
Color Harmonies of #2ED9CB
Complementary color
Monochromatic Colors of #2ED9CB
Black with #2ED9CB
Text Example
Text Example
White with #2ED9CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ED9CB; }
p { color: rgb(46,217,203); }
H1.HeaderClassName
{
color: #2ED9CB;
}
.AnyTagClassName
{
color: #2ED9CB;
}
</style>
background-color css
<style>
a { background-color: #2ED9CB; }
a { background-color: rgb(46,217,203); }
div.DivClassName
{
background-color: #2ED9CB;
}
.BgClassName
{
background-color: #2ED9CB;
}
</style>
border-color css
<style>
span { border-color: #2ED9CB; }
span { border-color: rgb(46,217,203); }
td.TdClassName
{
border-color: #2ED9CB;
}
.TagClassName
{
border-color: #2ED9CB;
}
</style>