Shades of Medium Turquoise #2ECDBE
Tints of Medium Turquoise #2ECDBE
RGB
CMYK
RGB Variations
Color information
#2ECDBE (or 0x2ECDBE) is known color: Medium Turquoise. HEX triplet: 2E, CD and BE. RGB value is (46,205,190). Sum of RGB (Red+Green+Blue) = 46+205+190=441 (58% of max value = 765). Red value is 46 (18.36% from 255 or 10.43% from 441); Green value is 205 (80.47% from 255 or 46.49% from 441); Blue value is 190 (74.61% from 255 or 43.08% from 441); Max value from RGB is 205 - color contains mainly: green. Hex color #2ECDBE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ECDBE is #D13241. Grayscale: #9B9B9B. Windows color (decimal): -13709890 or 12504366. OLE color: 12504366.
HSL color Cylindrical-coordinate representation of color #2ECDBE: hue angle of 174.34º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2ECDBE is Cyan = 0.78, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 46 | 205 | 190 | - |
| CMYK | 0.78 | 0 | 0.07 | 0.20 |
| HSL | 174.34º | 0.63% | 0.49% | - |
| HSV(B) | 174.34º | 0.78% | 0.8% | - |
| XYZ | 32.25 | 47.96 | 56.27 | - |
| YUV | 155.75 | 147.32 | 49.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 205 | 190 | 0.78 | 0 | 0.07 | 0.20 | 174.34 | 0.63 | 0.49 |
| Hex | 2E | CD | BE | 4E | 0 | 7 | 14 | AE | 3F | 31 |
| Octal | 56 | 315 | 276 | 116 | 0 | 7 | 24 | 256 | 77 | 61 |
| Binary | 101110 | 11001101 | 10111110 | 1001110 | 0 | 111 | 10100 | 10101110 | 111111 | 110001 |
Color Harmonies of #2ECDBE
Complementary color
Monochromatic Colors of #2ECDBE
Black with #2ECDBE
Text Example
Text Example
White with #2ECDBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ECDBE; }
p { color: rgb(46,205,190); }
H1.HeaderClassName
{
color: #2ECDBE;
}
.AnyTagClassName
{
color: #2ECDBE;
}
</style>
background-color css
<style>
a { background-color: #2ECDBE; }
a { background-color: rgb(46,205,190); }
div.DivClassName
{
background-color: #2ECDBE;
}
.BgClassName
{
background-color: #2ECDBE;
}
</style>
border-color css
<style>
span { border-color: #2ECDBE; }
span { border-color: rgb(46,205,190); }
td.TdClassName
{
border-color: #2ECDBE;
}
.TagClassName
{
border-color: #2ECDBE;
}
</style>