Shades of Medium Turquoise #3DC9B9
Tints of Medium Turquoise #3DC9B9
RGB
CMYK
RGB Variations
Color information
#3DC9B9 (or 0x3DC9B9) is known color: Medium Turquoise. HEX triplet: 3D, C9 and B9. RGB value is (61,201,185). Sum of RGB (Red+Green+Blue) = 61+201+185=447 (59% of max value = 765). Red value is 61 (24.22% from 255 or 13.65% from 447); Green value is 201 (78.91% from 255 or 44.97% from 447); Blue value is 185 (72.66% from 255 or 41.39% from 447); Max value from RGB is 201 - color contains mainly: green. Hex color #3DC9B9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DC9B9 is #C23646. Grayscale: #9D9D9D. Windows color (decimal): -12727879 or 12175677. OLE color: 12175677.
HSL color Cylindrical-coordinate representation of color #3DC9B9: hue angle of 173.14º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3DC9B9 is Cyan = 0.70, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 61 | 201 | 185 | - |
| CMYK | 0.70 | 0 | 0.08 | 0.21 |
| HSL | 173.14º | 0.56% | 0.51% | - |
| HSV(B) | 173.14º | 0.7% | 0.79% | - |
| XYZ | 31.57 | 46.27 | 53.17 | - |
| YUV | 157.32 | 143.62 | 59.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 201 | 185 | 0.70 | 0 | 0.08 | 0.21 | 173.14 | 0.56 | 0.51 |
| Hex | 3D | C9 | B9 | 46 | 0 | 8 | 15 | AD | 38 | 33 |
| Octal | 75 | 311 | 271 | 106 | 0 | 10 | 25 | 255 | 70 | 63 |
| Binary | 111101 | 11001001 | 10111001 | 1000110 | 0 | 1000 | 10101 | 10101101 | 111000 | 110011 |
Color Harmonies of #3DC9B9
Complementary color
Monochromatic Colors of #3DC9B9
Black with #3DC9B9
Text Example
Text Example
White with #3DC9B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DC9B9; }
p { color: rgb(61,201,185); }
H1.HeaderClassName
{
color: #3DC9B9;
}
.AnyTagClassName
{
color: #3DC9B9;
}
</style>
background-color css
<style>
a { background-color: #3DC9B9; }
a { background-color: rgb(61,201,185); }
div.DivClassName
{
background-color: #3DC9B9;
}
.BgClassName
{
background-color: #3DC9B9;
}
</style>
border-color css
<style>
span { border-color: #3DC9B9; }
span { border-color: rgb(61,201,185); }
td.TdClassName
{
border-color: #3DC9B9;
}
.TagClassName
{
border-color: #3DC9B9;
}
</style>