Shades of Medium Turquoise #2DCCBB
Tints of Medium Turquoise #2DCCBB
RGB
CMYK
RGB Variations
Color information
#2DCCBB (or 0x2DCCBB) is known color: Medium Turquoise. HEX triplet: 2D, CC and BB. RGB value is (45,204,187). Sum of RGB (Red+Green+Blue) = 45+204+187=436 (57% of max value = 765). Red value is 45 (17.97% from 255 or 10.32% from 436); Green value is 204 (80.08% from 255 or 46.79% from 436); Blue value is 187 (73.44% from 255 or 42.89% from 436); Max value from RGB is 204 - color contains mainly: green. Hex color #2DCCBB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2DCCBB is #D23344. Grayscale: #9A9A9A. Windows color (decimal): -13775685 or 12307501. OLE color: 12307501.
HSL color Cylindrical-coordinate representation of color #2DCCBB: hue angle of 173.58º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2DCCBB is Cyan = 0.78, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 45 | 204 | 187 | - |
| CMYK | 0.78 | 0 | 0.08 | 0.2 |
| HSL | 173.58º | 0.64% | 0.49% | - |
| HSV(B) | 173.58º | 0.78% | 0.8% | - |
| XYZ | 31.64 | 47.33 | 54.48 | - |
| YUV | 154.52 | 146.32 | 49.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 204 | 187 | 0.78 | 0 | 0.08 | 0.2 | 173.58 | 0.64 | 0.49 |
| Hex | 2D | CC | BB | 4E | 0 | 8 | 14 | AE | 40 | 31 |
| Octal | 55 | 314 | 273 | 116 | 0 | 10 | 24 | 256 | 100 | 61 |
| Binary | 101101 | 11001100 | 10111011 | 1001110 | 0 | 1000 | 10100 | 10101110 | 1000000 | 110001 |
Color Harmonies of #2DCCBB
Complementary color
Monochromatic Colors of #2DCCBB
Black with #2DCCBB
Text Example
Text Example
White with #2DCCBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DCCBB; }
p { color: rgb(45,204,187); }
H1.HeaderClassName
{
color: #2DCCBB;
}
.AnyTagClassName
{
color: #2DCCBB;
}
</style>
background-color css
<style>
a { background-color: #2DCCBB; }
a { background-color: rgb(45,204,187); }
div.DivClassName
{
background-color: #2DCCBB;
}
.BgClassName
{
background-color: #2DCCBB;
}
</style>
border-color css
<style>
span { border-color: #2DCCBB; }
span { border-color: rgb(45,204,187); }
td.TdClassName
{
border-color: #2DCCBB;
}
.TagClassName
{
border-color: #2DCCBB;
}
</style>