Shades of Medium Turquoise #3DCDC6
Tints of Medium Turquoise #3DCDC6
RGB
CMYK
RGB Variations
Color information
#3DCDC6 (or 0x3DCDC6) is known color: Medium Turquoise. HEX triplet: 3D, CD and C6. RGB value is (61,205,198). Sum of RGB (Red+Green+Blue) = 61+205+198=464 (61% of max value = 765). Red value is 61 (24.22% from 255 or 13.15% from 464); Green value is 205 (80.47% from 255 or 44.18% from 464); Blue value is 198 (77.73% from 255 or 42.67% from 464); Max value from RGB is 205 - color contains mainly: green. Hex color #3DCDC6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DCDC6 is #C23239. Grayscale: #A1A1A1. Windows color (decimal): -12726842 or 13028669. OLE color: 13028669.
HSL color Cylindrical-coordinate representation of color #3DCDC6: hue angle of 177.08º 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 #3DCDC6 is Cyan = 0.70, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 61 | 205 | 198 | - |
| CMYK | 0.70 | 0 | 0.03 | 0.20 |
| HSL | 177.08º | 0.59% | 0.52% | - |
| HSV(B) | 177.08º | 0.7% | 0.8% | - |
| XYZ | 33.95 | 48.73 | 61.04 | - |
| YUV | 161.15 | 148.79 | 56.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 205 | 198 | 0.70 | 0 | 0.03 | 0.20 | 177.08 | 0.59 | 0.52 |
| Hex | 3D | CD | C6 | 46 | 0 | 3 | 14 | B1 | 3B | 34 |
| Octal | 75 | 315 | 306 | 106 | 0 | 3 | 24 | 261 | 73 | 64 |
| Binary | 111101 | 11001101 | 11000110 | 1000110 | 0 | 11 | 10100 | 10110001 | 111011 | 110100 |
Color Harmonies of #3DCDC6
Complementary color
Monochromatic Colors of #3DCDC6
Black with #3DCDC6
Text Example
Text Example
White with #3DCDC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DCDC6; }
p { color: rgb(61,205,198); }
H1.HeaderClassName
{
color: #3DCDC6;
}
.AnyTagClassName
{
color: #3DCDC6;
}
</style>
background-color css
<style>
a { background-color: #3DCDC6; }
a { background-color: rgb(61,205,198); }
div.DivClassName
{
background-color: #3DCDC6;
}
.BgClassName
{
background-color: #3DCDC6;
}
</style>
border-color css
<style>
span { border-color: #3DCDC6; }
span { border-color: rgb(61,205,198); }
td.TdClassName
{
border-color: #3DCDC6;
}
.TagClassName
{
border-color: #3DCDC6;
}
</style>