Shades of Medium Turquoise #3DD4C3
Tints of Medium Turquoise #3DD4C3
RGB
CMYK
RGB Variations
Color information
#3DD4C3 (or 0x3DD4C3) is known color: Medium Turquoise. HEX triplet: 3D, D4 and C3. RGB value is (61,212,195). Sum of RGB (Red+Green+Blue) = 61+212+195=468 (61% of max value = 765). Red value is 61 (24.22% from 255 or 13.03% from 468); Green value is 212 (83.20% from 255 or 45.30% from 468); Blue value is 195 (76.56% from 255 or 41.67% from 468); Max value from RGB is 212 - color contains mainly: green. Hex color #3DD4C3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DD4C3 is #C22B3C. Grayscale: #A4A4A4. Windows color (decimal): -12725053 or 12833853. OLE color: 12833853.
HSL color Cylindrical-coordinate representation of color #3DD4C3: hue angle of 173.25º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3DD4C3 is Cyan = 0.71, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 61 | 212 | 195 | - |
| CMYK | 0.71 | 0 | 0.08 | 0.17 |
| HSL | 173.25º | 0.64% | 0.54% | - |
| HSV(B) | 173.25º | 0.71% | 0.83% | - |
| XYZ | 35.32 | 52.02 | 59.81 | - |
| YUV | 164.91 | 144.97 | 53.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 212 | 195 | 0.71 | 0 | 0.08 | 0.17 | 173.25 | 0.64 | 0.54 |
| Hex | 3D | D4 | C3 | 47 | 0 | 8 | 11 | AD | 40 | 36 |
| Octal | 75 | 324 | 303 | 107 | 0 | 10 | 21 | 255 | 100 | 66 |
| Binary | 111101 | 11010100 | 11000011 | 1000111 | 0 | 1000 | 10001 | 10101101 | 1000000 | 110110 |
Color Harmonies of #3DD4C3
Complementary color
Monochromatic Colors of #3DD4C3
Black with #3DD4C3
Text Example
Text Example
White with #3DD4C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DD4C3; }
p { color: rgb(61,212,195); }
H1.HeaderClassName
{
color: #3DD4C3;
}
.AnyTagClassName
{
color: #3DD4C3;
}
</style>
background-color css
<style>
a { background-color: #3DD4C3; }
a { background-color: rgb(61,212,195); }
div.DivClassName
{
background-color: #3DD4C3;
}
.BgClassName
{
background-color: #3DD4C3;
}
</style>
border-color css
<style>
span { border-color: #3DD4C3; }
span { border-color: rgb(61,212,195); }
td.TdClassName
{
border-color: #3DD4C3;
}
.TagClassName
{
border-color: #3DD4C3;
}
</style>