Shades of Medium Turquoise #3DCECD
Tints of Medium Turquoise #3DCECD
RGB
CMYK
RGB Variations
Color information
#3DCECD (or 0x3DCECD) is known color: Medium Turquoise. HEX triplet: 3D, CE and CD. RGB value is (61,206,205). Sum of RGB (Red+Green+Blue) = 61+206+205=472 (62% of max value = 765). Red value is 61 (24.22% from 255 or 12.92% from 472); Green value is 206 (80.86% from 255 or 43.64% from 472); Blue value is 205 (80.47% from 255 or 43.43% from 472); Max value from RGB is 206 - color contains mainly: green. Hex color #3DCECD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DCECD is #C23132. Grayscale: #A2A2A2. Windows color (decimal): -12726579 or 13487677. OLE color: 13487677.
HSL color Cylindrical-coordinate representation of color #3DCECD: hue angle of 179.59º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3DCECD is Cyan = 0.70, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 61 | 206 | 205 | - |
| CMYK | 0.70 | 0 | 0.00 | 0.19 |
| HSL | 179.59º | 0.6% | 0.52% | - |
| HSV(B) | 179.59º | 0.7% | 0.81% | - |
| XYZ | 35.02 | 49.54 | 65.47 | - |
| YUV | 162.53 | 151.96 | 55.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 206 | 205 | 0.70 | 0 | 0.00 | 0.19 | 179.59 | 0.6 | 0.52 |
| Hex | 3D | CE | CD | 46 | 0 | 0 | 13 | B4 | 3C | 34 |
| Octal | 75 | 316 | 315 | 106 | 0 | 0 | 23 | 264 | 74 | 64 |
| Binary | 111101 | 11001110 | 11001101 | 1000110 | 0 | 0 | 10011 | 10110100 | 111100 | 110100 |
Color Harmonies of #3DCECD
Complementary color
Monochromatic Colors of #3DCECD
Black with #3DCECD
Text Example
Text Example
White with #3DCECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DCECD; }
p { color: rgb(61,206,205); }
H1.HeaderClassName
{
color: #3DCECD;
}
.AnyTagClassName
{
color: #3DCECD;
}
</style>
background-color css
<style>
a { background-color: #3DCECD; }
a { background-color: rgb(61,206,205); }
div.DivClassName
{
background-color: #3DCECD;
}
.BgClassName
{
background-color: #3DCECD;
}
</style>
border-color css
<style>
span { border-color: #3DCECD; }
span { border-color: rgb(61,206,205); }
td.TdClassName
{
border-color: #3DCECD;
}
.TagClassName
{
border-color: #3DCECD;
}
</style>