Shades of Medium Turquoise #2CCABF
Tints of Medium Turquoise #2CCABF
RGB
CMYK
RGB Variations
Color information
#2CCABF (or 0x2CCABF) is known color: Medium Turquoise. HEX triplet: 2C, CA and BF. RGB value is (44,202,191). Sum of RGB (Red+Green+Blue) = 44+202+191=437 (57% of max value = 765). Red value is 44 (17.58% from 255 or 10.07% from 437); Green value is 202 (79.30% from 255 or 46.22% from 437); Blue value is 191 (75% from 255 or 43.71% from 437); Max value from RGB is 202 - color contains mainly: green. Hex color #2CCABF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2CCABF is #D33540. Grayscale: #999999. Windows color (decimal): -13841729 or 12569132. OLE color: 12569132.
HSL color Cylindrical-coordinate representation of color #2CCABF: hue angle of 175.82º 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 #2CCABF is Cyan = 0.78, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 44 | 202 | 191 | - |
| CMYK | 0.78 | 0 | 0.05 | 0.21 |
| HSL | 175.82º | 0.64% | 0.48% | - |
| HSV(B) | 175.82º | 0.78% | 0.79% | - |
| XYZ | 31.56 | 46.54 | 56.61 | - |
| YUV | 153.5 | 149.15 | 49.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 202 | 191 | 0.78 | 0 | 0.05 | 0.21 | 175.82 | 0.64 | 0.48 |
| Hex | 2C | CA | BF | 4E | 0 | 5 | 15 | B0 | 40 | 30 |
| Octal | 54 | 312 | 277 | 116 | 0 | 5 | 25 | 260 | 100 | 60 |
| Binary | 101100 | 11001010 | 10111111 | 1001110 | 0 | 101 | 10101 | 10110000 | 1000000 | 110000 |
Color Harmonies of #2CCABF
Complementary color
Monochromatic Colors of #2CCABF
Black with #2CCABF
Text Example
Text Example
White with #2CCABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CCABF; }
p { color: rgb(44,202,191); }
H1.HeaderClassName
{
color: #2CCABF;
}
.AnyTagClassName
{
color: #2CCABF;
}
</style>
background-color css
<style>
a { background-color: #2CCABF; }
a { background-color: rgb(44,202,191); }
div.DivClassName
{
background-color: #2CCABF;
}
.BgClassName
{
background-color: #2CCABF;
}
</style>
border-color css
<style>
span { border-color: #2CCABF; }
span { border-color: rgb(44,202,191); }
td.TdClassName
{
border-color: #2CCABF;
}
.TagClassName
{
border-color: #2CCABF;
}
</style>