Shades of Medium Turquoise #2CC6CA
Tints of Medium Turquoise #2CC6CA
RGB
CMYK
RGB Variations
Color information
#2CC6CA (or 0x2CC6CA) is known color: Medium Turquoise. HEX triplet: 2C, C6 and CA. RGB value is (44,198,202). Sum of RGB (Red+Green+Blue) = 44+198+202=444 (58% of max value = 765). Red value is 44 (17.58% from 255 or 9.91% from 444); Green value is 198 (77.73% from 255 or 44.59% from 444); Blue value is 202 (79.30% from 255 or 45.50% from 444); Max value from RGB is 202 - color contains mainly: blue. Hex color #2CC6CA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2CC6CA is #D33935. Grayscale: #989898. Windows color (decimal): -13842742 or 13289004. OLE color: 13289004.
HSL color Cylindrical-coordinate representation of color #2CC6CA: hue angle of 181.52º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2CC6CA is Cyan = 0.78, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 44 | 198 | 202 | - |
| CMYK | 0.78 | 0.02 | 0 | 0.21 |
| HSL | 181.52º | 0.64% | 0.48% | - |
| HSV(B) | 181.52º | 0.78% | 0.79% | - |
| XYZ | 31.89 | 45.19 | 62.92 | - |
| YUV | 152.41 | 155.98 | 50.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 198 | 202 | 0.78 | 0.02 | 0 | 0.21 | 181.52 | 0.64 | 0.48 |
| Hex | 2C | C6 | CA | 4E | 2 | 0 | 15 | B6 | 40 | 30 |
| Octal | 54 | 306 | 312 | 116 | 2 | 0 | 25 | 266 | 100 | 60 |
| Binary | 101100 | 11000110 | 11001010 | 1001110 | 10 | 0 | 10101 | 10110110 | 1000000 | 110000 |
Color Harmonies of #2CC6CA
Complementary color
Monochromatic Colors of #2CC6CA
Black with #2CC6CA
Text Example
Text Example
White with #2CC6CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CC6CA; }
p { color: rgb(44,198,202); }
H1.HeaderClassName
{
color: #2CC6CA;
}
.AnyTagClassName
{
color: #2CC6CA;
}
</style>
background-color css
<style>
a { background-color: #2CC6CA; }
a { background-color: rgb(44,198,202); }
div.DivClassName
{
background-color: #2CC6CA;
}
.BgClassName
{
background-color: #2CC6CA;
}
</style>
border-color css
<style>
span { border-color: #2CC6CA; }
span { border-color: rgb(44,198,202); }
td.TdClassName
{
border-color: #2CC6CA;
}
.TagClassName
{
border-color: #2CC6CA;
}
</style>