Shades of Medium Turquoise #2CC6C3
Tints of Medium Turquoise #2CC6C3
RGB
CMYK
RGB Variations
Color information
#2CC6C3 (or 0x2CC6C3) is known color: Medium Turquoise. HEX triplet: 2C, C6 and C3. RGB value is (44,198,195). Sum of RGB (Red+Green+Blue) = 44+198+195=437 (57% of max value = 765). Red value is 44 (17.58% from 255 or 10.07% from 437); Green value is 198 (77.73% from 255 or 45.31% from 437); Blue value is 195 (76.56% from 255 or 44.62% from 437); Max value from RGB is 198 - color contains mainly: green. Hex color #2CC6C3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2CC6C3 is #D3393C. Grayscale: #979797. Windows color (decimal): -13842749 or 12830252. OLE color: 12830252.
HSL color Cylindrical-coordinate representation of color #2CC6C3: hue angle of 178.83º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2CC6C3 is Cyan = 0.78, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 44 | 198 | 195 | - |
| CMYK | 0.78 | 0 | 0.02 | 0.22 |
| HSL | 178.83º | 0.64% | 0.47% | - |
| HSV(B) | 178.83º | 0.78% | 0.78% | - |
| XYZ | 31.08 | 44.86 | 58.65 | - |
| YUV | 151.61 | 152.48 | 51.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 198 | 195 | 0.78 | 0 | 0.02 | 0.22 | 178.83 | 0.64 | 0.47 |
| Hex | 2C | C6 | C3 | 4E | 0 | 2 | 16 | B3 | 40 | 2F |
| Octal | 54 | 306 | 303 | 116 | 0 | 2 | 26 | 263 | 100 | 57 |
| Binary | 101100 | 11000110 | 11000011 | 1001110 | 0 | 10 | 10110 | 10110011 | 1000000 | 101111 |
Color Harmonies of #2CC6C3
Complementary color
Monochromatic Colors of #2CC6C3
Black with #2CC6C3
Text Example
Text Example
White with #2CC6C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CC6C3; }
p { color: rgb(44,198,195); }
H1.HeaderClassName
{
color: #2CC6C3;
}
.AnyTagClassName
{
color: #2CC6C3;
}
</style>
background-color css
<style>
a { background-color: #2CC6C3; }
a { background-color: rgb(44,198,195); }
div.DivClassName
{
background-color: #2CC6C3;
}
.BgClassName
{
background-color: #2CC6C3;
}
</style>
border-color css
<style>
span { border-color: #2CC6C3; }
span { border-color: rgb(44,198,195); }
td.TdClassName
{
border-color: #2CC6C3;
}
.TagClassName
{
border-color: #2CC6C3;
}
</style>