Shades of Medium Turquoise #2ECBBE
Tints of Medium Turquoise #2ECBBE
RGB
CMYK
RGB Variations
Color information
#2ECBBE (or 0x2ECBBE) is known color: Medium Turquoise. HEX triplet: 2E, CB and BE. RGB value is (46,203,190). Sum of RGB (Red+Green+Blue) = 46+203+190=439 (58% of max value = 765). Red value is 46 (18.36% from 255 or 10.48% from 439); Green value is 203 (79.69% from 255 or 46.24% from 439); Blue value is 190 (74.61% from 255 or 43.28% from 439); Max value from RGB is 203 - color contains mainly: green. Hex color #2ECBBE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ECBBE is #D13441. Grayscale: #9A9A9A. Windows color (decimal): -13710402 or 12503854. OLE color: 12503854.
HSL color Cylindrical-coordinate representation of color #2ECBBE: hue angle of 175.03º 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 #2ECBBE is Cyan = 0.77, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 46 | 203 | 190 | - |
| CMYK | 0.77 | 0 | 0.06 | 0.20 |
| HSL | 175.03º | 0.63% | 0.49% | - |
| HSV(B) | 175.03º | 0.77% | 0.8% | - |
| XYZ | 31.78 | 47.01 | 56.11 | - |
| YUV | 154.58 | 147.99 | 50.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 203 | 190 | 0.77 | 0 | 0.06 | 0.20 | 175.03 | 0.63 | 0.49 |
| Hex | 2E | CB | BE | 4D | 0 | 6 | 14 | AF | 3F | 31 |
| Octal | 56 | 313 | 276 | 115 | 0 | 6 | 24 | 257 | 77 | 61 |
| Binary | 101110 | 11001011 | 10111110 | 1001101 | 0 | 110 | 10100 | 10101111 | 111111 | 110001 |
Color Harmonies of #2ECBBE
Complementary color
Monochromatic Colors of #2ECBBE
Black with #2ECBBE
Text Example
Text Example
White with #2ECBBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ECBBE; }
p { color: rgb(46,203,190); }
H1.HeaderClassName
{
color: #2ECBBE;
}
.AnyTagClassName
{
color: #2ECBBE;
}
</style>
background-color css
<style>
a { background-color: #2ECBBE; }
a { background-color: rgb(46,203,190); }
div.DivClassName
{
background-color: #2ECBBE;
}
.BgClassName
{
background-color: #2ECBBE;
}
</style>
border-color css
<style>
span { border-color: #2ECBBE; }
span { border-color: rgb(46,203,190); }
td.TdClassName
{
border-color: #2ECBBE;
}
.TagClassName
{
border-color: #2ECBBE;
}
</style>