Shades of Turquoise #2ED0CA
Tints of Turquoise #2ED0CA
RGB
CMYK
RGB Variations
Color information
#2ED0CA (or 0x2ED0CA) is known color: Turquoise. HEX triplet: 2E, D0 and CA. RGB value is (46,208,202). Sum of RGB (Red+Green+Blue) = 46+208+202=456 (60% of max value = 765). Red value is 46 (18.36% from 255 or 10.09% from 456); Green value is 208 (81.64% from 255 or 45.61% from 456); Blue value is 202 (79.30% from 255 or 44.30% from 456); Max value from RGB is 208 - color contains mainly: green. Hex color #2ED0CA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ED0CA is #D12F35. Grayscale: #9E9E9E. Windows color (decimal): -13709110 or 13291566. OLE color: 13291566.
HSL color Cylindrical-coordinate representation of color #2ED0CA: hue angle of 177.78º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2ED0CA is Cyan = 0.78, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 46 | 208 | 202 | - |
| CMYK | 0.78 | 0 | 0.03 | 0.18 |
| HSL | 177.78º | 0.64% | 0.5% | - |
| HSV(B) | 177.78º | 0.78% | 0.82% | - |
| XYZ | 34.34 | 49.96 | 63.71 | - |
| YUV | 158.88 | 152.33 | 47.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 208 | 202 | 0.78 | 0 | 0.03 | 0.18 | 177.78 | 0.64 | 0.5 |
| Hex | 2E | D0 | CA | 4E | 0 | 3 | 12 | B2 | 40 | 32 |
| Octal | 56 | 320 | 312 | 116 | 0 | 3 | 22 | 262 | 100 | 62 |
| Binary | 101110 | 11010000 | 11001010 | 1001110 | 0 | 11 | 10010 | 10110010 | 1000000 | 110010 |
Color Harmonies of #2ED0CA
Complementary color
Monochromatic Colors of #2ED0CA
Black with #2ED0CA
Text Example
Text Example
White with #2ED0CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ED0CA; }
p { color: rgb(46,208,202); }
H1.HeaderClassName
{
color: #2ED0CA;
}
.AnyTagClassName
{
color: #2ED0CA;
}
</style>
background-color css
<style>
a { background-color: #2ED0CA; }
a { background-color: rgb(46,208,202); }
div.DivClassName
{
background-color: #2ED0CA;
}
.BgClassName
{
background-color: #2ED0CA;
}
</style>
border-color css
<style>
span { border-color: #2ED0CA; }
span { border-color: rgb(46,208,202); }
td.TdClassName
{
border-color: #2ED0CA;
}
.TagClassName
{
border-color: #2ED0CA;
}
</style>