Shades of Medium Turquoise #3DCDB9
Tints of Medium Turquoise #3DCDB9
RGB
CMYK
RGB Variations
Color information
#3DCDB9 (or 0x3DCDB9) is known color: Medium Turquoise. HEX triplet: 3D, CD and B9. RGB value is (61,205,185). Sum of RGB (Red+Green+Blue) = 61+205+185=451 (59% of max value = 765). Red value is 61 (24.22% from 255 or 13.53% from 451); Green value is 205 (80.47% from 255 or 45.45% from 451); Blue value is 185 (72.66% from 255 or 41.02% from 451); Max value from RGB is 205 - color contains mainly: green. Hex color #3DCDB9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DCDB9 is #C23246. Grayscale: #9F9F9F. Windows color (decimal): -12726855 or 12176701. OLE color: 12176701.
HSL color Cylindrical-coordinate representation of color #3DCDB9: hue angle of 171.67º 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 #3DCDB9 is Cyan = 0.70, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 61 | 205 | 185 | - |
| CMYK | 0.70 | 0 | 0.10 | 0.20 |
| HSL | 171.67º | 0.59% | 0.52% | - |
| HSV(B) | 171.67º | 0.7% | 0.8% | - |
| XYZ | 32.51 | 48.16 | 53.48 | - |
| YUV | 159.66 | 142.29 | 57.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 205 | 185 | 0.70 | 0 | 0.10 | 0.20 | 171.67 | 0.59 | 0.52 |
| Hex | 3D | CD | B9 | 46 | 0 | A | 14 | AC | 3B | 34 |
| Octal | 75 | 315 | 271 | 106 | 0 | 12 | 24 | 254 | 73 | 64 |
| Binary | 111101 | 11001101 | 10111001 | 1000110 | 0 | 1010 | 10100 | 10101100 | 111011 | 110100 |
Color Harmonies of #3DCDB9
Complementary color
Monochromatic Colors of #3DCDB9
Black with #3DCDB9
Text Example
Text Example
White with #3DCDB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DCDB9; }
p { color: rgb(61,205,185); }
H1.HeaderClassName
{
color: #3DCDB9;
}
.AnyTagClassName
{
color: #3DCDB9;
}
</style>
background-color css
<style>
a { background-color: #3DCDB9; }
a { background-color: rgb(61,205,185); }
div.DivClassName
{
background-color: #3DCDB9;
}
.BgClassName
{
background-color: #3DCDB9;
}
</style>
border-color css
<style>
span { border-color: #3DCDB9; }
span { border-color: rgb(61,205,185); }
td.TdClassName
{
border-color: #3DCDB9;
}
.TagClassName
{
border-color: #3DCDB9;
}
</style>