Shades of Medium Turquoise #3DC0B9
Tints of Medium Turquoise #3DC0B9
RGB
CMYK
RGB Variations
Color information
#3DC0B9 (or 0x3DC0B9) is known color: Medium Turquoise. HEX triplet: 3D, C0 and B9. RGB value is (61,192,185). Sum of RGB (Red+Green+Blue) = 61+192+185=438 (58% of max value = 765). Red value is 61 (24.22% from 255 or 13.93% from 438); Green value is 192 (75.39% from 255 or 43.84% from 438); Blue value is 185 (72.66% from 255 or 42.24% from 438); Max value from RGB is 192 - color contains mainly: green. Hex color #3DC0B9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DC0B9 is #C23F46. Grayscale: #979797. Windows color (decimal): -12730183 or 12173373. OLE color: 12173373.
HSL color Cylindrical-coordinate representation of color #3DC0B9: hue angle of 176.79º 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 #3DC0B9 is Cyan = 0.68, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 61 | 192 | 185 | - |
| CMYK | 0.68 | 0 | 0.04 | 0.25 |
| HSL | 176.79º | 0.52% | 0.5% | - |
| HSV(B) | 176.79º | 0.68% | 0.75% | - |
| XYZ | 29.53 | 42.19 | 52.49 | - |
| YUV | 152.03 | 146.6 | 63.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 192 | 185 | 0.68 | 0 | 0.04 | 0.25 | 176.79 | 0.52 | 0.5 |
| Hex | 3D | C0 | B9 | 44 | 0 | 4 | 19 | B1 | 34 | 32 |
| Octal | 75 | 300 | 271 | 104 | 0 | 4 | 31 | 261 | 64 | 62 |
| Binary | 111101 | 11000000 | 10111001 | 1000100 | 0 | 100 | 11001 | 10110001 | 110100 | 110010 |
Color Harmonies of #3DC0B9
Complementary color
Monochromatic Colors of #3DC0B9
Black with #3DC0B9
Text Example
Text Example
White with #3DC0B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DC0B9; }
p { color: rgb(61,192,185); }
H1.HeaderClassName
{
color: #3DC0B9;
}
.AnyTagClassName
{
color: #3DC0B9;
}
</style>
background-color css
<style>
a { background-color: #3DC0B9; }
a { background-color: rgb(61,192,185); }
div.DivClassName
{
background-color: #3DC0B9;
}
.BgClassName
{
background-color: #3DC0B9;
}
</style>
border-color css
<style>
span { border-color: #3DC0B9; }
span { border-color: rgb(61,192,185); }
td.TdClassName
{
border-color: #3DC0B9;
}
.TagClassName
{
border-color: #3DC0B9;
}
</style>