Shades of Medium Turquoise #2ECCCB
Tints of Medium Turquoise #2ECCCB
RGB
CMYK
RGB Variations
Color information
#2ECCCB (or 0x2ECCCB) is known color: Medium Turquoise. HEX triplet: 2E, CC and CB. RGB value is (46,204,203). Sum of RGB (Red+Green+Blue) = 46+204+203=453 (60% of max value = 765). Red value is 46 (18.36% from 255 or 10.15% from 453); Green value is 204 (80.08% from 255 or 45.03% from 453); Blue value is 203 (79.69% from 255 or 44.81% from 453); Max value from RGB is 204 - color contains mainly: green. Hex color #2ECCCB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ECCCB is #D13334. Grayscale: #9C9C9C. Windows color (decimal): -13710133 or 13356078. OLE color: 13356078.
HSL color Cylindrical-coordinate representation of color #2ECCCB: hue angle of 179.62º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2ECCCB is Cyan = 0.77, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 46 | 204 | 203 | - |
| CMYK | 0.77 | 0 | 0.00 | 0.2 |
| HSL | 179.62º | 0.63% | 0.49% | - |
| HSV(B) | 179.62º | 0.77% | 0.8% | - |
| XYZ | 33.5 | 48.08 | 64.01 | - |
| YUV | 156.64 | 154.15 | 49.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 204 | 203 | 0.77 | 0 | 0.00 | 0.2 | 179.62 | 0.63 | 0.49 |
| Hex | 2E | CC | CB | 4D | 0 | 0 | 14 | B4 | 3F | 31 |
| Octal | 56 | 314 | 313 | 115 | 0 | 0 | 24 | 264 | 77 | 61 |
| Binary | 101110 | 11001100 | 11001011 | 1001101 | 0 | 0 | 10100 | 10110100 | 111111 | 110001 |
Color Harmonies of #2ECCCB
Complementary color
Monochromatic Colors of #2ECCCB
Black with #2ECCCB
Text Example
Text Example
White with #2ECCCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ECCCB; }
p { color: rgb(46,204,203); }
H1.HeaderClassName
{
color: #2ECCCB;
}
.AnyTagClassName
{
color: #2ECCCB;
}
</style>
background-color css
<style>
a { background-color: #2ECCCB; }
a { background-color: rgb(46,204,203); }
div.DivClassName
{
background-color: #2ECCCB;
}
.BgClassName
{
background-color: #2ECCCB;
}
</style>
border-color css
<style>
span { border-color: #2ECCCB; }
span { border-color: rgb(46,204,203); }
td.TdClassName
{
border-color: #2ECCCB;
}
.TagClassName
{
border-color: #2ECCCB;
}
</style>