Shades of Medium Turquoise #2DCCC3
Tints of Medium Turquoise #2DCCC3
RGB
CMYK
RGB Variations
Color information
#2DCCC3 (or 0x2DCCC3) is known color: Medium Turquoise. HEX triplet: 2D, CC and C3. RGB value is (45,204,195). Sum of RGB (Red+Green+Blue) = 45+204+195=444 (58% of max value = 765). Red value is 45 (17.97% from 255 or 10.14% from 444); Green value is 204 (80.08% from 255 or 45.95% from 444); Blue value is 195 (76.56% from 255 or 43.92% from 444); Max value from RGB is 204 - color contains mainly: green. Hex color #2DCCC3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2DCCC3 is #D2333C. Grayscale: #9B9B9B. Windows color (decimal): -13775677 or 12831789. OLE color: 12831789.
HSL color Cylindrical-coordinate representation of color #2DCCC3: hue angle of 176.6º 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 #2DCCC3 is Cyan = 0.78, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 45 | 204 | 195 | - |
| CMYK | 0.78 | 0 | 0.04 | 0.2 |
| HSL | 176.6º | 0.64% | 0.49% | - |
| HSV(B) | 176.6º | 0.78% | 0.8% | - |
| XYZ | 32.53 | 47.68 | 59.12 | - |
| YUV | 155.43 | 150.32 | 49.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 204 | 195 | 0.78 | 0 | 0.04 | 0.2 | 176.6 | 0.64 | 0.49 |
| Hex | 2D | CC | C3 | 4E | 0 | 4 | 14 | B1 | 40 | 31 |
| Octal | 55 | 314 | 303 | 116 | 0 | 4 | 24 | 261 | 100 | 61 |
| Binary | 101101 | 11001100 | 11000011 | 1001110 | 0 | 100 | 10100 | 10110001 | 1000000 | 110001 |
Color Harmonies of #2DCCC3
Complementary color
Monochromatic Colors of #2DCCC3
Black with #2DCCC3
Text Example
Text Example
White with #2DCCC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DCCC3; }
p { color: rgb(45,204,195); }
H1.HeaderClassName
{
color: #2DCCC3;
}
.AnyTagClassName
{
color: #2DCCC3;
}
</style>
background-color css
<style>
a { background-color: #2DCCC3; }
a { background-color: rgb(45,204,195); }
div.DivClassName
{
background-color: #2DCCC3;
}
.BgClassName
{
background-color: #2DCCC3;
}
</style>
border-color css
<style>
span { border-color: #2DCCC3; }
span { border-color: rgb(45,204,195); }
td.TdClassName
{
border-color: #2DCCC3;
}
.TagClassName
{
border-color: #2DCCC3;
}
</style>