Shades of Medium Turquoise #2DCCC1
Tints of Medium Turquoise #2DCCC1
RGB
CMYK
RGB Variations
Color information
#2DCCC1 (or 0x2DCCC1) is known color: Medium Turquoise. HEX triplet: 2D, CC and C1. RGB value is (45,204,193). Sum of RGB (Red+Green+Blue) = 45+204+193=442 (58% of max value = 765). Red value is 45 (17.97% from 255 or 10.18% from 442); Green value is 204 (80.08% from 255 or 46.15% from 442); Blue value is 193 (75.78% from 255 or 43.67% from 442); Max value from RGB is 204 - color contains mainly: green. Hex color #2DCCC1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2DCCC1 is #D2333E. Grayscale: #9B9B9B. Windows color (decimal): -13775679 or 12700717. OLE color: 12700717.
HSL color Cylindrical-coordinate representation of color #2DCCC1: hue angle of 175.85º 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 #2DCCC1 is Cyan = 0.78, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 45 | 204 | 193 | - |
| CMYK | 0.78 | 0 | 0.05 | 0.2 |
| HSL | 175.85º | 0.64% | 0.49% | - |
| HSV(B) | 175.85º | 0.78% | 0.8% | - |
| XYZ | 32.3 | 47.59 | 57.94 | - |
| YUV | 155.21 | 149.32 | 49.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 204 | 193 | 0.78 | 0 | 0.05 | 0.2 | 175.85 | 0.64 | 0.49 |
| Hex | 2D | CC | C1 | 4E | 0 | 5 | 14 | B0 | 40 | 31 |
| Octal | 55 | 314 | 301 | 116 | 0 | 5 | 24 | 260 | 100 | 61 |
| Binary | 101101 | 11001100 | 11000001 | 1001110 | 0 | 101 | 10100 | 10110000 | 1000000 | 110001 |
Color Harmonies of #2DCCC1
Complementary color
Monochromatic Colors of #2DCCC1
Black with #2DCCC1
Text Example
Text Example
White with #2DCCC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DCCC1; }
p { color: rgb(45,204,193); }
H1.HeaderClassName
{
color: #2DCCC1;
}
.AnyTagClassName
{
color: #2DCCC1;
}
</style>
background-color css
<style>
a { background-color: #2DCCC1; }
a { background-color: rgb(45,204,193); }
div.DivClassName
{
background-color: #2DCCC1;
}
.BgClassName
{
background-color: #2DCCC1;
}
</style>
border-color css
<style>
span { border-color: #2DCCC1; }
span { border-color: rgb(45,204,193); }
td.TdClassName
{
border-color: #2DCCC1;
}
.TagClassName
{
border-color: #2DCCC1;
}
</style>