Shades of Medium Turquoise #3DCDCC
Tints of Medium Turquoise #3DCDCC
RGB
CMYK
RGB Variations
Color information
#3DCDCC (or 0x3DCDCC) is known color: Medium Turquoise. HEX triplet: 3D, CD and CC. RGB value is (61,205,204). Sum of RGB (Red+Green+Blue) = 61+205+204=470 (62% of max value = 765). Red value is 61 (24.22% from 255 or 12.98% from 470); Green value is 205 (80.47% from 255 or 43.62% from 470); Blue value is 204 (80.08% from 255 or 43.40% from 470); Max value from RGB is 205 - color contains mainly: green. Hex color #3DCDCC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DCDCC is #C23233. Grayscale: #A1A1A1. Windows color (decimal): -12726836 or 13421885. OLE color: 13421885.
HSL color Cylindrical-coordinate representation of color #3DCDCC: hue angle of 179.58º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3DCDCC is Cyan = 0.70, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 61 | 205 | 204 | - |
| CMYK | 0.70 | 0 | 0.00 | 0.20 |
| HSL | 179.58º | 0.59% | 0.52% | - |
| HSV(B) | 179.58º | 0.7% | 0.8% | - |
| XYZ | 34.65 | 49.01 | 64.76 | - |
| YUV | 161.83 | 151.79 | 56.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 205 | 204 | 0.70 | 0 | 0.00 | 0.20 | 179.58 | 0.59 | 0.52 |
| Hex | 3D | CD | CC | 46 | 0 | 0 | 14 | B4 | 3B | 34 |
| Octal | 75 | 315 | 314 | 106 | 0 | 0 | 24 | 264 | 73 | 64 |
| Binary | 111101 | 11001101 | 11001100 | 1000110 | 0 | 0 | 10100 | 10110100 | 111011 | 110100 |
Color Harmonies of #3DCDCC
Complementary color
Monochromatic Colors of #3DCDCC
Black with #3DCDCC
Text Example
Text Example
White with #3DCDCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DCDCC; }
p { color: rgb(61,205,204); }
H1.HeaderClassName
{
color: #3DCDCC;
}
.AnyTagClassName
{
color: #3DCDCC;
}
</style>
background-color css
<style>
a { background-color: #3DCDCC; }
a { background-color: rgb(61,205,204); }
div.DivClassName
{
background-color: #3DCDCC;
}
.BgClassName
{
background-color: #3DCDCC;
}
</style>
border-color css
<style>
span { border-color: #3DCDCC; }
span { border-color: rgb(61,205,204); }
td.TdClassName
{
border-color: #3DCDCC;
}
.TagClassName
{
border-color: #3DCDCC;
}
</style>