Shades of Medium Turquoise #2CCDBD
Tints of Medium Turquoise #2CCDBD
RGB
CMYK
RGB Variations
Color information
#2CCDBD (or 0x2CCDBD) is known color: Medium Turquoise. HEX triplet: 2C, CD and BD. RGB value is (44,205,189). Sum of RGB (Red+Green+Blue) = 44+205+189=438 (58% of max value = 765). Red value is 44 (17.58% from 255 or 10.05% from 438); Green value is 205 (80.47% from 255 or 46.80% from 438); Blue value is 189 (74.22% from 255 or 43.15% from 438); Max value from RGB is 205 - color contains mainly: green. Hex color #2CCDBD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2CCDBD is #D33242. Grayscale: #9A9A9A. Windows color (decimal): -13840963 or 12438828. OLE color: 12438828.
HSL color Cylindrical-coordinate representation of color #2CCDBD: hue angle of 174.04º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2CCDBD is Cyan = 0.79, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 44 | 205 | 189 | - |
| CMYK | 0.79 | 0 | 0.08 | 0.20 |
| HSL | 174.04º | 0.65% | 0.49% | - |
| HSV(B) | 174.04º | 0.79% | 0.8% | - |
| XYZ | 32.06 | 47.87 | 55.69 | - |
| YUV | 155.04 | 147.16 | 48.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 205 | 189 | 0.79 | 0 | 0.08 | 0.20 | 174.04 | 0.65 | 0.49 |
| Hex | 2C | CD | BD | 4F | 0 | 8 | 14 | AE | 41 | 31 |
| Octal | 54 | 315 | 275 | 117 | 0 | 10 | 24 | 256 | 101 | 61 |
| Binary | 101100 | 11001101 | 10111101 | 1001111 | 0 | 1000 | 10100 | 10101110 | 1000001 | 110001 |
Color Harmonies of #2CCDBD
Complementary color
Monochromatic Colors of #2CCDBD
Black with #2CCDBD
Text Example
Text Example
White with #2CCDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CCDBD; }
p { color: rgb(44,205,189); }
H1.HeaderClassName
{
color: #2CCDBD;
}
.AnyTagClassName
{
color: #2CCDBD;
}
</style>
background-color css
<style>
a { background-color: #2CCDBD; }
a { background-color: rgb(44,205,189); }
div.DivClassName
{
background-color: #2CCDBD;
}
.BgClassName
{
background-color: #2CCDBD;
}
</style>
border-color css
<style>
span { border-color: #2CCDBD; }
span { border-color: rgb(44,205,189); }
td.TdClassName
{
border-color: #2CCDBD;
}
.TagClassName
{
border-color: #2CCDBD;
}
</style>