Shades of Medium Turquoise #2CCEC1
Tints of Medium Turquoise #2CCEC1
RGB
CMYK
RGB Variations
Color information
#2CCEC1 (or 0x2CCEC1) is known color: Medium Turquoise. HEX triplet: 2C, CE and C1. RGB value is (44,206,193). Sum of RGB (Red+Green+Blue) = 44+206+193=443 (58% of max value = 765). Red value is 44 (17.58% from 255 or 9.93% from 443); Green value is 206 (80.86% from 255 or 46.50% from 443); Blue value is 193 (75.78% from 255 or 43.57% from 443); Max value from RGB is 206 - color contains mainly: green. Hex color #2CCEC1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2CCEC1 is #D3313E. Grayscale: #9B9B9B. Windows color (decimal): -13840703 or 12701228. OLE color: 12701228.
HSL color Cylindrical-coordinate representation of color #2CCEC1: hue angle of 175.19º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2CCEC1 is Cyan = 0.79, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 44 | 206 | 193 | - |
| CMYK | 0.79 | 0 | 0.06 | 0.19 |
| HSL | 175.19º | 0.65% | 0.49% | - |
| HSV(B) | 175.19º | 0.79% | 0.81% | - |
| XYZ | 32.74 | 48.53 | 58.09 | - |
| YUV | 156.08 | 148.83 | 48.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 206 | 193 | 0.79 | 0 | 0.06 | 0.19 | 175.19 | 0.65 | 0.49 |
| Hex | 2C | CE | C1 | 4F | 0 | 6 | 13 | AF | 41 | 31 |
| Octal | 54 | 316 | 301 | 117 | 0 | 6 | 23 | 257 | 101 | 61 |
| Binary | 101100 | 11001110 | 11000001 | 1001111 | 0 | 110 | 10011 | 10101111 | 1000001 | 110001 |
Color Harmonies of #2CCEC1
Complementary color
Monochromatic Colors of #2CCEC1
Black with #2CCEC1
Text Example
Text Example
White with #2CCEC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CCEC1; }
p { color: rgb(44,206,193); }
H1.HeaderClassName
{
color: #2CCEC1;
}
.AnyTagClassName
{
color: #2CCEC1;
}
</style>
background-color css
<style>
a { background-color: #2CCEC1; }
a { background-color: rgb(44,206,193); }
div.DivClassName
{
background-color: #2CCEC1;
}
.BgClassName
{
background-color: #2CCEC1;
}
</style>
border-color css
<style>
span { border-color: #2CCEC1; }
span { border-color: rgb(44,206,193); }
td.TdClassName
{
border-color: #2CCEC1;
}
.TagClassName
{
border-color: #2CCEC1;
}
</style>