Shades of Medium Turquoise #3DD6BD
Tints of Medium Turquoise #3DD6BD
RGB
CMYK
RGB Variations
Color information
#3DD6BD (or 0x3DD6BD) is known color: Medium Turquoise. HEX triplet: 3D, D6 and BD. RGB value is (61,214,189). Sum of RGB (Red+Green+Blue) = 61+214+189=464 (61% of max value = 765). Red value is 61 (24.22% from 255 or 13.15% from 464); Green value is 214 (83.98% from 255 or 46.12% from 464); Blue value is 189 (74.22% from 255 or 40.73% from 464); Max value from RGB is 214 - color contains mainly: green. Hex color #3DD6BD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DD6BD is #C22942. Grayscale: #A5A5A5. Windows color (decimal): -12724547 or 12441149. OLE color: 12441149.
HSL color Cylindrical-coordinate representation of color #3DD6BD: hue angle of 170.2º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3DD6BD is Cyan = 0.71, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 61 | 214 | 189 | - |
| CMYK | 0.71 | 0 | 0.12 | 0.16 |
| HSL | 170.2º | 0.65% | 0.54% | - |
| HSV(B) | 170.2º | 0.71% | 0.84% | - |
| XYZ | 35.16 | 52.76 | 56.47 | - |
| YUV | 165.4 | 141.31 | 53.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 214 | 189 | 0.71 | 0 | 0.12 | 0.16 | 170.2 | 0.65 | 0.54 |
| Hex | 3D | D6 | BD | 47 | 0 | C | 10 | AA | 41 | 36 |
| Octal | 75 | 326 | 275 | 107 | 0 | 14 | 20 | 252 | 101 | 66 |
| Binary | 111101 | 11010110 | 10111101 | 1000111 | 0 | 1100 | 10000 | 10101010 | 1000001 | 110110 |
Color Harmonies of #3DD6BD
Complementary color
Monochromatic Colors of #3DD6BD
Black with #3DD6BD
Text Example
Text Example
White with #3DD6BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DD6BD; }
p { color: rgb(61,214,189); }
H1.HeaderClassName
{
color: #3DD6BD;
}
.AnyTagClassName
{
color: #3DD6BD;
}
</style>
background-color css
<style>
a { background-color: #3DD6BD; }
a { background-color: rgb(61,214,189); }
div.DivClassName
{
background-color: #3DD6BD;
}
.BgClassName
{
background-color: #3DD6BD;
}
</style>
border-color css
<style>
span { border-color: #3DD6BD; }
span { border-color: rgb(61,214,189); }
td.TdClassName
{
border-color: #3DD6BD;
}
.TagClassName
{
border-color: #3DD6BD;
}
</style>