Shades of Medium Turquoise #3DC9B7
Tints of Medium Turquoise #3DC9B7
RGB
CMYK
RGB Variations
Color information
#3DC9B7 (or 0x3DC9B7) is known color: Medium Turquoise. HEX triplet: 3D, C9 and B7. RGB value is (61,201,183). Sum of RGB (Red+Green+Blue) = 61+201+183=445 (58% of max value = 765). Red value is 61 (24.22% from 255 or 13.71% from 445); Green value is 201 (78.91% from 255 or 45.17% from 445); Blue value is 183 (71.88% from 255 or 41.12% from 445); Max value from RGB is 201 - color contains mainly: green. Hex color #3DC9B7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DC9B7 is #C23648. Grayscale: #9D9D9D. Windows color (decimal): -12727881 or 12044605. OLE color: 12044605.
HSL color Cylindrical-coordinate representation of color #3DC9B7: hue angle of 172.29º 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 #3DC9B7 is Cyan = 0.70, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 61 | 201 | 183 | - |
| CMYK | 0.70 | 0 | 0.09 | 0.21 |
| HSL | 172.29º | 0.56% | 0.51% | - |
| HSV(B) | 172.29º | 0.7% | 0.79% | - |
| XYZ | 31.36 | 46.18 | 52.06 | - |
| YUV | 157.09 | 142.62 | 59.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 201 | 183 | 0.70 | 0 | 0.09 | 0.21 | 172.29 | 0.56 | 0.51 |
| Hex | 3D | C9 | B7 | 46 | 0 | 9 | 15 | AC | 38 | 33 |
| Octal | 75 | 311 | 267 | 106 | 0 | 11 | 25 | 254 | 70 | 63 |
| Binary | 111101 | 11001001 | 10110111 | 1000110 | 0 | 1001 | 10101 | 10101100 | 111000 | 110011 |
Color Harmonies of #3DC9B7
Complementary color
Monochromatic Colors of #3DC9B7
Black with #3DC9B7
Text Example
Text Example
White with #3DC9B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DC9B7; }
p { color: rgb(61,201,183); }
H1.HeaderClassName
{
color: #3DC9B7;
}
.AnyTagClassName
{
color: #3DC9B7;
}
</style>
background-color css
<style>
a { background-color: #3DC9B7; }
a { background-color: rgb(61,201,183); }
div.DivClassName
{
background-color: #3DC9B7;
}
.BgClassName
{
background-color: #3DC9B7;
}
</style>
border-color css
<style>
span { border-color: #3DC9B7; }
span { border-color: rgb(61,201,183); }
td.TdClassName
{
border-color: #3DC9B7;
}
.TagClassName
{
border-color: #3DC9B7;
}
</style>