Shades of Medium Turquoise #2DCCBD
Tints of Medium Turquoise #2DCCBD
RGB
CMYK
RGB Variations
Color information
#2DCCBD (or 0x2DCCBD) is known color: Medium Turquoise. HEX triplet: 2D, CC and BD. RGB value is (45,204,189). Sum of RGB (Red+Green+Blue) = 45+204+189=438 (58% of max value = 765). Red value is 45 (17.97% from 255 or 10.27% from 438); Green value is 204 (80.08% from 255 or 46.58% from 438); Blue value is 189 (74.22% from 255 or 43.15% from 438); Max value from RGB is 204 - color contains mainly: green. Hex color #2DCCBD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2DCCBD is #D23342. Grayscale: #9A9A9A. Windows color (decimal): -13775683 or 12438573. OLE color: 12438573.
HSL color Cylindrical-coordinate representation of color #2DCCBD: hue angle of 174.34º 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 #2DCCBD is Cyan = 0.78, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 45 | 204 | 189 | - |
| CMYK | 0.78 | 0 | 0.07 | 0.2 |
| HSL | 174.34º | 0.64% | 0.49% | - |
| HSV(B) | 174.34º | 0.78% | 0.8% | - |
| XYZ | 31.86 | 47.42 | 55.62 | - |
| YUV | 154.75 | 147.32 | 49.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 204 | 189 | 0.78 | 0 | 0.07 | 0.2 | 174.34 | 0.64 | 0.49 |
| Hex | 2D | CC | BD | 4E | 0 | 7 | 14 | AE | 40 | 31 |
| Octal | 55 | 314 | 275 | 116 | 0 | 7 | 24 | 256 | 100 | 61 |
| Binary | 101101 | 11001100 | 10111101 | 1001110 | 0 | 111 | 10100 | 10101110 | 1000000 | 110001 |
Color Harmonies of #2DCCBD
Complementary color
Monochromatic Colors of #2DCCBD
Black with #2DCCBD
Text Example
Text Example
White with #2DCCBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DCCBD; }
p { color: rgb(45,204,189); }
H1.HeaderClassName
{
color: #2DCCBD;
}
.AnyTagClassName
{
color: #2DCCBD;
}
</style>
background-color css
<style>
a { background-color: #2DCCBD; }
a { background-color: rgb(45,204,189); }
div.DivClassName
{
background-color: #2DCCBD;
}
.BgClassName
{
background-color: #2DCCBD;
}
</style>
border-color css
<style>
span { border-color: #2DCCBD; }
span { border-color: rgb(45,204,189); }
td.TdClassName
{
border-color: #2DCCBD;
}
.TagClassName
{
border-color: #2DCCBD;
}
</style>