Shades of Medium Turquoise #3DC0B7
Tints of Medium Turquoise #3DC0B7
RGB
CMYK
RGB Variations
Color information
#3DC0B7 (or 0x3DC0B7) is known color: Medium Turquoise. HEX triplet: 3D, C0 and B7. RGB value is (61,192,183). Sum of RGB (Red+Green+Blue) = 61+192+183=436 (57% of max value = 765). Red value is 61 (24.22% from 255 or 13.99% from 436); Green value is 192 (75.39% from 255 or 44.04% from 436); Blue value is 183 (71.88% from 255 or 41.97% from 436); Max value from RGB is 192 - color contains mainly: green. Hex color #3DC0B7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DC0B7 is #C23F48. Grayscale: #979797. Windows color (decimal): -12730185 or 12042301. OLE color: 12042301.
HSL color Cylindrical-coordinate representation of color #3DC0B7: hue angle of 175.88º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3DC0B7 is Cyan = 0.68, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 61 | 192 | 183 | - |
| CMYK | 0.68 | 0 | 0.05 | 0.25 |
| HSL | 175.88º | 0.52% | 0.5% | - |
| HSV(B) | 175.88º | 0.68% | 0.75% | - |
| XYZ | 29.32 | 42.11 | 51.38 | - |
| YUV | 151.81 | 145.6 | 63.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 192 | 183 | 0.68 | 0 | 0.05 | 0.25 | 175.88 | 0.52 | 0.5 |
| Hex | 3D | C0 | B7 | 44 | 0 | 5 | 19 | B0 | 34 | 32 |
| Octal | 75 | 300 | 267 | 104 | 0 | 5 | 31 | 260 | 64 | 62 |
| Binary | 111101 | 11000000 | 10110111 | 1000100 | 0 | 101 | 11001 | 10110000 | 110100 | 110010 |
Color Harmonies of #3DC0B7
Complementary color
Monochromatic Colors of #3DC0B7
Black with #3DC0B7
Text Example
Text Example
White with #3DC0B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DC0B7; }
p { color: rgb(61,192,183); }
H1.HeaderClassName
{
color: #3DC0B7;
}
.AnyTagClassName
{
color: #3DC0B7;
}
</style>
background-color css
<style>
a { background-color: #3DC0B7; }
a { background-color: rgb(61,192,183); }
div.DivClassName
{
background-color: #3DC0B7;
}
.BgClassName
{
background-color: #3DC0B7;
}
</style>
border-color css
<style>
span { border-color: #3DC0B7; }
span { border-color: rgb(61,192,183); }
td.TdClassName
{
border-color: #3DC0B7;
}
.TagClassName
{
border-color: #3DC0B7;
}
</style>