Shades of Medium Turquoise #3DCDCD
Tints of Medium Turquoise #3DCDCD
RGB
CMYK
RGB Variations
Color information
#3DCDCD (or 0x3DCDCD) is known color: Medium Turquoise. HEX triplet: 3D, CD and CD. RGB value is (61,205,205). Sum of RGB (Red+Green+Blue) = 61+205+205=471 (62% of max value = 765). Red value is 61 (24.22% from 255 or 12.95% from 471); Green value is 205 (80.47% from 255 or 43.52% from 471); Blue value is 205 (80.47% from 255 or 43.52% from 471); Max value from RGB is 205 - color contains mainly: green, blue. Hex color #3DCDCD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DCDCD is #C23232. Grayscale: #A1A1A1. Windows color (decimal): -12726835 or 13487421. OLE color: 13487421.
HSL color Cylindrical-coordinate representation of color #3DCDCD: hue angle of 180º 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 #3DCDCD is Cyan = 0.70, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 61 | 205 | 205 | - |
| CMYK | 0.70 | 0 | 0 | 0.20 |
| HSL | 180º | 0.59% | 0.52% | - |
| HSV(B) | 180º | 0.7% | 0.8% | - |
| XYZ | 34.78 | 49.06 | 65.39 | - |
| YUV | 161.94 | 152.29 | 56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 205 | 205 | 0.70 | 0 | 0 | 0.20 | 180 | 0.59 | 0.52 |
| Hex | 3D | CD | CD | 46 | 0 | 0 | 14 | B4 | 3B | 34 |
| Octal | 75 | 315 | 315 | 106 | 0 | 0 | 24 | 264 | 73 | 64 |
| Binary | 111101 | 11001101 | 11001101 | 1000110 | 0 | 0 | 10100 | 10110100 | 111011 | 110100 |
Color Harmonies of #3DCDCD
Complementary color
Monochromatic Colors of #3DCDCD
Black with #3DCDCD
Text Example
Text Example
White with #3DCDCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DCDCD; }
p { color: rgb(61,205,205); }
H1.HeaderClassName
{
color: #3DCDCD;
}
.AnyTagClassName
{
color: #3DCDCD;
}
</style>
background-color css
<style>
a { background-color: #3DCDCD; }
a { background-color: rgb(61,205,205); }
div.DivClassName
{
background-color: #3DCDCD;
}
.BgClassName
{
background-color: #3DCDCD;
}
</style>
border-color css
<style>
span { border-color: #3DCDCD; }
span { border-color: rgb(61,205,205); }
td.TdClassName
{
border-color: #3DCDCD;
}
.TagClassName
{
border-color: #3DCDCD;
}
</style>