Shades of Medium Turquoise #3DC4D0
Tints of Medium Turquoise #3DC4D0
RGB
CMYK
RGB Variations
Color information
#3DC4D0 (or 0x3DC4D0) is known color: Medium Turquoise. HEX triplet: 3D, C4 and D0. RGB value is (61,196,208). Sum of RGB (Red+Green+Blue) = 61+196+208=465 (61% of max value = 765). Red value is 61 (24.22% from 255 or 13.12% from 465); Green value is 196 (76.95% from 255 or 42.15% from 465); Blue value is 208 (81.64% from 255 or 44.73% from 465); Max value from RGB is 208 - color contains mainly: blue. Hex color #3DC4D0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DC4D0 is #C23B2F. Grayscale: #9C9C9C. Windows color (decimal): -12729136 or 13681725. OLE color: 13681725.
HSL color Cylindrical-coordinate representation of color #3DC4D0: hue angle of 184.9º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3DC4D0 is Cyan = 0.71, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 61 | 196 | 208 | - |
| CMYK | 0.71 | 0.06 | 0 | 0.18 |
| HSL | 184.9º | 0.61% | 0.53% | - |
| HSV(B) | 184.9º | 0.71% | 0.82% | - |
| XYZ | 33.05 | 45.03 | 66.62 | - |
| YUV | 157 | 156.77 | 59.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 196 | 208 | 0.71 | 0.06 | 0 | 0.18 | 184.9 | 0.61 | 0.53 |
| Hex | 3D | C4 | D0 | 47 | 6 | 0 | 12 | B9 | 3D | 35 |
| Octal | 75 | 304 | 320 | 107 | 6 | 0 | 22 | 271 | 75 | 65 |
| Binary | 111101 | 11000100 | 11010000 | 1000111 | 110 | 0 | 10010 | 10111001 | 111101 | 110101 |
Color Harmonies of #3DC4D0
Complementary color
Monochromatic Colors of #3DC4D0
Black with #3DC4D0
Text Example
Text Example
White with #3DC4D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DC4D0; }
p { color: rgb(61,196,208); }
H1.HeaderClassName
{
color: #3DC4D0;
}
.AnyTagClassName
{
color: #3DC4D0;
}
</style>
background-color css
<style>
a { background-color: #3DC4D0; }
a { background-color: rgb(61,196,208); }
div.DivClassName
{
background-color: #3DC4D0;
}
.BgClassName
{
background-color: #3DC4D0;
}
</style>
border-color css
<style>
span { border-color: #3DC4D0; }
span { border-color: rgb(61,196,208); }
td.TdClassName
{
border-color: #3DC4D0;
}
.TagClassName
{
border-color: #3DC4D0;
}
</style>