Shades of Medium Turquoise #2ECCBF
Tints of Medium Turquoise #2ECCBF
RGB
CMYK
RGB Variations
Color information
#2ECCBF (or 0x2ECCBF) is known color: Medium Turquoise. HEX triplet: 2E, CC and BF. RGB value is (46,204,191). Sum of RGB (Red+Green+Blue) = 46+204+191=441 (58% of max value = 765). Red value is 46 (18.36% from 255 or 10.43% from 441); Green value is 204 (80.08% from 255 or 46.26% from 441); Blue value is 191 (75% from 255 or 43.31% from 441); Max value from RGB is 204 - color contains mainly: green. Hex color #2ECCBF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ECCBF is #D13340. Grayscale: #9B9B9B. Windows color (decimal): -13710145 or 12569646. OLE color: 12569646.
HSL color Cylindrical-coordinate representation of color #2ECCBF: hue angle of 175.06º 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 #2ECCBF is Cyan = 0.77, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 46 | 204 | 191 | - |
| CMYK | 0.77 | 0 | 0.06 | 0.2 |
| HSL | 175.06º | 0.63% | 0.49% | - |
| HSV(B) | 175.06º | 0.77% | 0.8% | - |
| XYZ | 32.12 | 47.53 | 56.77 | - |
| YUV | 155.28 | 148.15 | 50.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 204 | 191 | 0.77 | 0 | 0.06 | 0.2 | 175.06 | 0.63 | 0.49 |
| Hex | 2E | CC | BF | 4D | 0 | 6 | 14 | AF | 3F | 31 |
| Octal | 56 | 314 | 277 | 115 | 0 | 6 | 24 | 257 | 77 | 61 |
| Binary | 101110 | 11001100 | 10111111 | 1001101 | 0 | 110 | 10100 | 10101111 | 111111 | 110001 |
Color Harmonies of #2ECCBF
Complementary color
Monochromatic Colors of #2ECCBF
Black with #2ECCBF
Text Example
Text Example
White with #2ECCBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ECCBF; }
p { color: rgb(46,204,191); }
H1.HeaderClassName
{
color: #2ECCBF;
}
.AnyTagClassName
{
color: #2ECCBF;
}
</style>
background-color css
<style>
a { background-color: #2ECCBF; }
a { background-color: rgb(46,204,191); }
div.DivClassName
{
background-color: #2ECCBF;
}
.BgClassName
{
background-color: #2ECCBF;
}
</style>
border-color css
<style>
span { border-color: #2ECCBF; }
span { border-color: rgb(46,204,191); }
td.TdClassName
{
border-color: #2ECCBF;
}
.TagClassName
{
border-color: #2ECCBF;
}
</style>