Shades of Medium Turquoise #2DCFC0
Tints of Medium Turquoise #2DCFC0
RGB
CMYK
RGB Variations
Color information
#2DCFC0 (or 0x2DCFC0) is known color: Medium Turquoise. HEX triplet: 2D, CF and C0. RGB value is (45,207,192). Sum of RGB (Red+Green+Blue) = 45+207+192=444 (58% of max value = 765). Red value is 45 (17.97% from 255 or 10.14% from 444); Green value is 207 (81.25% from 255 or 46.62% from 444); Blue value is 192 (75.39% from 255 or 43.24% from 444); Max value from RGB is 207 - color contains mainly: green. Hex color #2DCFC0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2DCFC0 is #D2303F. Grayscale: #9C9C9C. Windows color (decimal): -13774912 or 12635949. OLE color: 12635949.
HSL color Cylindrical-coordinate representation of color #2DCFC0: hue angle of 174.44º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2DCFC0 is Cyan = 0.78, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 45 | 207 | 192 | - |
| CMYK | 0.78 | 0 | 0.07 | 0.19 |
| HSL | 174.44º | 0.64% | 0.49% | - |
| HSV(B) | 174.44º | 0.78% | 0.81% | - |
| XYZ | 32.91 | 48.99 | 57.59 | - |
| YUV | 156.85 | 147.83 | 48.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 207 | 192 | 0.78 | 0 | 0.07 | 0.19 | 174.44 | 0.64 | 0.49 |
| Hex | 2D | CF | C0 | 4E | 0 | 7 | 13 | AE | 40 | 31 |
| Octal | 55 | 317 | 300 | 116 | 0 | 7 | 23 | 256 | 100 | 61 |
| Binary | 101101 | 11001111 | 11000000 | 1001110 | 0 | 111 | 10011 | 10101110 | 1000000 | 110001 |
Color Harmonies of #2DCFC0
Complementary color
Monochromatic Colors of #2DCFC0
Black with #2DCFC0
Text Example
Text Example
White with #2DCFC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DCFC0; }
p { color: rgb(45,207,192); }
H1.HeaderClassName
{
color: #2DCFC0;
}
.AnyTagClassName
{
color: #2DCFC0;
}
</style>
background-color css
<style>
a { background-color: #2DCFC0; }
a { background-color: rgb(45,207,192); }
div.DivClassName
{
background-color: #2DCFC0;
}
.BgClassName
{
background-color: #2DCFC0;
}
</style>
border-color css
<style>
span { border-color: #2DCFC0; }
span { border-color: rgb(45,207,192); }
td.TdClassName
{
border-color: #2DCFC0;
}
.TagClassName
{
border-color: #2DCFC0;
}
</style>