Shades of Medium Turquoise #3DC9BA
Tints of Medium Turquoise #3DC9BA
RGB
CMYK
RGB Variations
Color information
#3DC9BA (or 0x3DC9BA) is known color: Medium Turquoise. HEX triplet: 3D, C9 and BA. RGB value is (61,201,186). Sum of RGB (Red+Green+Blue) = 61+201+186=448 (59% of max value = 765). Red value is 61 (24.22% from 255 or 13.62% from 448); Green value is 201 (78.91% from 255 or 44.87% from 448); Blue value is 186 (73.05% from 255 or 41.52% from 448); Max value from RGB is 201 - color contains mainly: green. Hex color #3DC9BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DC9BA is #C23645. Grayscale: #9D9D9D. Windows color (decimal): -12727878 or 12241213. OLE color: 12241213.
HSL color Cylindrical-coordinate representation of color #3DC9BA: hue angle of 173.57º 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 #3DC9BA is Cyan = 0.70, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 61 | 201 | 186 | - |
| CMYK | 0.70 | 0 | 0.07 | 0.21 |
| HSL | 173.57º | 0.56% | 0.51% | - |
| HSV(B) | 173.57º | 0.7% | 0.79% | - |
| XYZ | 31.67 | 46.31 | 53.72 | - |
| YUV | 157.43 | 144.12 | 59.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 201 | 186 | 0.70 | 0 | 0.07 | 0.21 | 173.57 | 0.56 | 0.51 |
| Hex | 3D | C9 | BA | 46 | 0 | 7 | 15 | AE | 38 | 33 |
| Octal | 75 | 311 | 272 | 106 | 0 | 7 | 25 | 256 | 70 | 63 |
| Binary | 111101 | 11001001 | 10111010 | 1000110 | 0 | 111 | 10101 | 10101110 | 111000 | 110011 |
Color Harmonies of #3DC9BA
Complementary color
Monochromatic Colors of #3DC9BA
Black with #3DC9BA
Text Example
Text Example
White with #3DC9BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DC9BA; }
p { color: rgb(61,201,186); }
H1.HeaderClassName
{
color: #3DC9BA;
}
.AnyTagClassName
{
color: #3DC9BA;
}
</style>
background-color css
<style>
a { background-color: #3DC9BA; }
a { background-color: rgb(61,201,186); }
div.DivClassName
{
background-color: #3DC9BA;
}
.BgClassName
{
background-color: #3DC9BA;
}
</style>
border-color css
<style>
span { border-color: #3DC9BA; }
span { border-color: rgb(61,201,186); }
td.TdClassName
{
border-color: #3DC9BA;
}
.TagClassName
{
border-color: #3DC9BA;
}
</style>