Shades of Medium Turquoise #2ECED5
Tints of Medium Turquoise #2ECED5
RGB
CMYK
RGB Variations
Color information
#2ECED5 (or 0x2ECED5) is known color: Medium Turquoise. HEX triplet: 2E, CE and D5. RGB value is (46,206,213). Sum of RGB (Red+Green+Blue) = 46+206+213=465 (61% of max value = 765). Red value is 46 (18.36% from 255 or 9.89% from 465); Green value is 206 (80.86% from 255 or 44.30% from 465); Blue value is 213 (83.59% from 255 or 45.81% from 465); Max value from RGB is 213 - color contains mainly: blue. Hex color #2ECED5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ECED5 is #D1312A. Grayscale: #9E9E9E. Windows color (decimal): -13709611 or 14011950. OLE color: 14011950.
HSL color Cylindrical-coordinate representation of color #2ECED5: hue angle of 182.51º 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 #2ECED5 is Cyan = 0.78, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 46 | 206 | 213 | - |
| CMYK | 0.78 | 0.03 | 0 | 0.16 |
| HSL | 182.52º | 0.67% | 0.51% | - |
| HSV(B) | 182.52º | 0.78% | 0.84% | - |
| XYZ | 35.21 | 49.53 | 70.65 | - |
| YUV | 158.96 | 158.49 | 47.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 206 | 213 | 0.78 | 0.03 | 0 | 0.16 | 182.52 | 0.67 | 0.51 |
| Hex | 2E | CE | D5 | 4E | 3 | 0 | 10 | B7 | 43 | 33 |
| Octal | 56 | 316 | 325 | 116 | 3 | 0 | 20 | 267 | 103 | 63 |
| Binary | 101110 | 11001110 | 11010101 | 1001110 | 11 | 0 | 10000 | 10110111 | 1000011 | 110011 |
Color Harmonies of #2ECED5
Complementary color
Monochromatic Colors of #2ECED5
Black with #2ECED5
Text Example
Text Example
White with #2ECED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ECED5; }
p { color: rgb(46,206,213); }
H1.HeaderClassName
{
color: #2ECED5;
}
.AnyTagClassName
{
color: #2ECED5;
}
</style>
background-color css
<style>
a { background-color: #2ECED5; }
a { background-color: rgb(46,206,213); }
div.DivClassName
{
background-color: #2ECED5;
}
.BgClassName
{
background-color: #2ECED5;
}
</style>
border-color css
<style>
span { border-color: #2ECED5; }
span { border-color: rgb(46,206,213); }
td.TdClassName
{
border-color: #2ECED5;
}
.TagClassName
{
border-color: #2ECED5;
}
</style>