Shades of Medium Turquoise #2CCFBB
Tints of Medium Turquoise #2CCFBB
RGB
CMYK
RGB Variations
Color information
#2CCFBB (or 0x2CCFBB) is known color: Medium Turquoise. HEX triplet: 2C, CF and BB. RGB value is (44,207,187). Sum of RGB (Red+Green+Blue) = 44+207+187=438 (58% of max value = 765). Red value is 44 (17.58% from 255 or 10.05% from 438); Green value is 207 (81.25% from 255 or 47.26% from 438); Blue value is 187 (73.44% from 255 or 42.69% from 438); Max value from RGB is 207 - color contains mainly: green. Hex color #2CCFBB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2CCFBB is #D33044. Grayscale: #9B9B9B. Windows color (decimal): -13840453 or 12308268. OLE color: 12308268.
HSL color Cylindrical-coordinate representation of color #2CCFBB: hue angle of 172.64º 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 #2CCFBB is Cyan = 0.79, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 44 | 207 | 187 | - |
| CMYK | 0.79 | 0 | 0.10 | 0.19 |
| HSL | 172.64º | 0.65% | 0.49% | - |
| HSV(B) | 172.64º | 0.79% | 0.81% | - |
| XYZ | 32.32 | 48.75 | 54.72 | - |
| YUV | 155.98 | 145.5 | 48.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 207 | 187 | 0.79 | 0 | 0.10 | 0.19 | 172.64 | 0.65 | 0.49 |
| Hex | 2C | CF | BB | 4F | 0 | A | 13 | AD | 41 | 31 |
| Octal | 54 | 317 | 273 | 117 | 0 | 12 | 23 | 255 | 101 | 61 |
| Binary | 101100 | 11001111 | 10111011 | 1001111 | 0 | 1010 | 10011 | 10101101 | 1000001 | 110001 |
Color Harmonies of #2CCFBB
Complementary color
Monochromatic Colors of #2CCFBB
Black with #2CCFBB
Text Example
Text Example
White with #2CCFBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CCFBB; }
p { color: rgb(44,207,187); }
H1.HeaderClassName
{
color: #2CCFBB;
}
.AnyTagClassName
{
color: #2CCFBB;
}
</style>
background-color css
<style>
a { background-color: #2CCFBB; }
a { background-color: rgb(44,207,187); }
div.DivClassName
{
background-color: #2CCFBB;
}
.BgClassName
{
background-color: #2CCFBB;
}
</style>
border-color css
<style>
span { border-color: #2CCFBB; }
span { border-color: rgb(44,207,187); }
td.TdClassName
{
border-color: #2CCFBB;
}
.TagClassName
{
border-color: #2CCFBB;
}
</style>