Shades of Medium Turquoise #3DCDC4
Tints of Medium Turquoise #3DCDC4
RGB
CMYK
RGB Variations
Color information
#3DCDC4 (or 0x3DCDC4) is known color: Medium Turquoise. HEX triplet: 3D, CD and C4. RGB value is (61,205,196). Sum of RGB (Red+Green+Blue) = 61+205+196=462 (61% of max value = 765). Red value is 61 (24.22% from 255 or 13.20% from 462); Green value is 205 (80.47% from 255 or 44.37% from 462); Blue value is 196 (76.95% from 255 or 42.42% from 462); Max value from RGB is 205 - color contains mainly: green. Hex color #3DCDC4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DCDC4 is #C2323B. Grayscale: #A0A0A0. Windows color (decimal): -12726844 or 12897597. OLE color: 12897597.
HSL color Cylindrical-coordinate representation of color #3DCDC4: hue angle of 176.25º 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 #3DCDC4 is Cyan = 0.70, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 61 | 205 | 196 | - |
| CMYK | 0.70 | 0 | 0.04 | 0.20 |
| HSL | 176.25º | 0.59% | 0.52% | - |
| HSV(B) | 176.25º | 0.7% | 0.8% | - |
| XYZ | 33.72 | 48.64 | 59.84 | - |
| YUV | 160.92 | 147.79 | 56.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 205 | 196 | 0.70 | 0 | 0.04 | 0.20 | 176.25 | 0.59 | 0.52 |
| Hex | 3D | CD | C4 | 46 | 0 | 4 | 14 | B0 | 3B | 34 |
| Octal | 75 | 315 | 304 | 106 | 0 | 4 | 24 | 260 | 73 | 64 |
| Binary | 111101 | 11001101 | 11000100 | 1000110 | 0 | 100 | 10100 | 10110000 | 111011 | 110100 |
Color Harmonies of #3DCDC4
Complementary color
Monochromatic Colors of #3DCDC4
Black with #3DCDC4
Text Example
Text Example
White with #3DCDC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DCDC4; }
p { color: rgb(61,205,196); }
H1.HeaderClassName
{
color: #3DCDC4;
}
.AnyTagClassName
{
color: #3DCDC4;
}
</style>
background-color css
<style>
a { background-color: #3DCDC4; }
a { background-color: rgb(61,205,196); }
div.DivClassName
{
background-color: #3DCDC4;
}
.BgClassName
{
background-color: #3DCDC4;
}
</style>
border-color css
<style>
span { border-color: #3DCDC4; }
span { border-color: rgb(61,205,196); }
td.TdClassName
{
border-color: #3DCDC4;
}
.TagClassName
{
border-color: #3DCDC4;
}
</style>