Shades of Medium Turquoise #2ECBCB
Tints of Medium Turquoise #2ECBCB
RGB
CMYK
RGB Variations
Color information
#2ECBCB (or 0x2ECBCB) is known color: Medium Turquoise. HEX triplet: 2E, CB and CB. RGB value is (46,203,203). Sum of RGB (Red+Green+Blue) = 46+203+203=452 (59% of max value = 765). Red value is 46 (18.36% from 255 or 10.18% from 452); Green value is 203 (79.69% from 255 or 44.91% from 452); Blue value is 203 (79.69% from 255 or 44.91% from 452); Max value from RGB is 203 - color contains mainly: green, blue. Hex color #2ECBCB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ECBCB is #D13434. Grayscale: #9B9B9B. Windows color (decimal): -13710389 or 13355822. OLE color: 13355822.
HSL color Cylindrical-coordinate representation of color #2ECBCB: 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.77%. Process color model (Four color, CMYK) of #2ECBCB is Cyan = 0.77, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 46 | 203 | 203 | - |
| CMYK | 0.77 | 0 | 0 | 0.20 |
| HSL | 180º | 0.63% | 0.49% | - |
| HSV(B) | 180º | 0.77% | 0.8% | - |
| XYZ | 33.26 | 47.6 | 63.94 | - |
| YUV | 156.06 | 154.49 | 49.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 203 | 203 | 0.77 | 0 | 0 | 0.20 | 180 | 0.63 | 0.49 |
| Hex | 2E | CB | CB | 4D | 0 | 0 | 14 | B4 | 3F | 31 |
| Octal | 56 | 313 | 313 | 115 | 0 | 0 | 24 | 264 | 77 | 61 |
| Binary | 101110 | 11001011 | 11001011 | 1001101 | 0 | 0 | 10100 | 10110100 | 111111 | 110001 |
Color Harmonies of #2ECBCB
Complementary color
Monochromatic Colors of #2ECBCB
Black with #2ECBCB
Text Example
Text Example
White with #2ECBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ECBCB; }
p { color: rgb(46,203,203); }
H1.HeaderClassName
{
color: #2ECBCB;
}
.AnyTagClassName
{
color: #2ECBCB;
}
</style>
background-color css
<style>
a { background-color: #2ECBCB; }
a { background-color: rgb(46,203,203); }
div.DivClassName
{
background-color: #2ECBCB;
}
.BgClassName
{
background-color: #2ECBCB;
}
</style>
border-color css
<style>
span { border-color: #2ECBCB; }
span { border-color: rgb(46,203,203); }
td.TdClassName
{
border-color: #2ECBCB;
}
.TagClassName
{
border-color: #2ECBCB;
}
</style>