Shades of Medium Turquoise #2CCFBA
Tints of Medium Turquoise #2CCFBA
RGB
CMYK
RGB Variations
Color information
#2CCFBA (or 0x2CCFBA) is known color: Medium Turquoise. HEX triplet: 2C, CF and BA. RGB value is (44,207,186). Sum of RGB (Red+Green+Blue) = 44+207+186=437 (57% of max value = 765). Red value is 44 (17.58% from 255 or 10.07% from 437); Green value is 207 (81.25% from 255 or 47.37% from 437); Blue value is 186 (73.05% from 255 or 42.56% from 437); Max value from RGB is 207 - color contains mainly: green. Hex color #2CCFBA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2CCFBA is #D33045. Grayscale: #9B9B9B. Windows color (decimal): -13840454 or 12242732. OLE color: 12242732.
HSL color Cylindrical-coordinate representation of color #2CCFBA: hue angle of 172.27º 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 #2CCFBA is Cyan = 0.79, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 44 | 207 | 186 | - |
| CMYK | 0.79 | 0 | 0.10 | 0.19 |
| HSL | 172.27º | 0.65% | 0.49% | - |
| HSV(B) | 172.27º | 0.79% | 0.81% | - |
| XYZ | 32.21 | 48.71 | 54.16 | - |
| YUV | 155.87 | 145 | 48.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 207 | 186 | 0.79 | 0 | 0.10 | 0.19 | 172.27 | 0.65 | 0.49 |
| Hex | 2C | CF | BA | 4F | 0 | A | 13 | AC | 41 | 31 |
| Octal | 54 | 317 | 272 | 117 | 0 | 12 | 23 | 254 | 101 | 61 |
| Binary | 101100 | 11001111 | 10111010 | 1001111 | 0 | 1010 | 10011 | 10101100 | 1000001 | 110001 |
Color Harmonies of #2CCFBA
Complementary color
Monochromatic Colors of #2CCFBA
Black with #2CCFBA
Text Example
Text Example
White with #2CCFBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CCFBA; }
p { color: rgb(44,207,186); }
H1.HeaderClassName
{
color: #2CCFBA;
}
.AnyTagClassName
{
color: #2CCFBA;
}
</style>
background-color css
<style>
a { background-color: #2CCFBA; }
a { background-color: rgb(44,207,186); }
div.DivClassName
{
background-color: #2CCFBA;
}
.BgClassName
{
background-color: #2CCFBA;
}
</style>
border-color css
<style>
span { border-color: #2CCFBA; }
span { border-color: rgb(44,207,186); }
td.TdClassName
{
border-color: #2CCFBA;
}
.TagClassName
{
border-color: #2CCFBA;
}
</style>