Shades of Medium Turquoise #2ECDCD
Tints of Medium Turquoise #2ECDCD
RGB
CMYK
RGB Variations
Color information
#2ECDCD (or 0x2ECDCD) is known color: Medium Turquoise. HEX triplet: 2E, CD and CD. RGB value is (46,205,205). Sum of RGB (Red+Green+Blue) = 46+205+205=456 (60% of max value = 765). Red value is 46 (18.36% from 255 or 10.09% from 456); Green value is 205 (80.47% from 255 or 44.96% from 456); Blue value is 205 (80.47% from 255 or 44.96% from 456); Max value from RGB is 205 - color contains mainly: green, blue. Hex color #2ECDCD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ECDCD is #D13232. Grayscale: #9D9D9D. Windows color (decimal): -13709875 or 13487406. OLE color: 13487406.
HSL color Cylindrical-coordinate representation of color #2ECDCD: hue angle of 180º 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 #2ECDCD is Cyan = 0.78, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 46 | 205 | 205 | - |
| CMYK | 0.78 | 0 | 0 | 0.20 |
| HSL | 180º | 0.63% | 0.49% | - |
| HSV(B) | 180º | 0.78% | 0.8% | - |
| XYZ | 33.98 | 48.65 | 65.36 | - |
| YUV | 157.46 | 154.82 | 48.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 205 | 205 | 0.78 | 0 | 0 | 0.20 | 180 | 0.63 | 0.49 |
| Hex | 2E | CD | CD | 4E | 0 | 0 | 14 | B4 | 3F | 31 |
| Octal | 56 | 315 | 315 | 116 | 0 | 0 | 24 | 264 | 77 | 61 |
| Binary | 101110 | 11001101 | 11001101 | 1001110 | 0 | 0 | 10100 | 10110100 | 111111 | 110001 |
Color Harmonies of #2ECDCD
Complementary color
Monochromatic Colors of #2ECDCD
Black with #2ECDCD
Text Example
Text Example
White with #2ECDCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ECDCD; }
p { color: rgb(46,205,205); }
H1.HeaderClassName
{
color: #2ECDCD;
}
.AnyTagClassName
{
color: #2ECDCD;
}
</style>
background-color css
<style>
a { background-color: #2ECDCD; }
a { background-color: rgb(46,205,205); }
div.DivClassName
{
background-color: #2ECDCD;
}
.BgClassName
{
background-color: #2ECDCD;
}
</style>
border-color css
<style>
span { border-color: #2ECDCD; }
span { border-color: rgb(46,205,205); }
td.TdClassName
{
border-color: #2ECDCD;
}
.TagClassName
{
border-color: #2ECDCD;
}
</style>