Shades of Medium Turquoise #3DC9B3
Tints of Medium Turquoise #3DC9B3
RGB
CMYK
RGB Variations
Color information
#3DC9B3 (or 0x3DC9B3) is known color: Medium Turquoise. HEX triplet: 3D, C9 and B3. RGB value is (61,201,179). Sum of RGB (Red+Green+Blue) = 61+201+179=441 (58% of max value = 765). Red value is 61 (24.22% from 255 or 13.83% from 441); Green value is 201 (78.91% from 255 or 45.58% from 441); Blue value is 179 (70.31% from 255 or 40.59% from 441); Max value from RGB is 201 - color contains mainly: green. Hex color #3DC9B3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DC9B3 is #C2364C. Grayscale: #9C9C9C. Windows color (decimal): -12727885 or 11782461. OLE color: 11782461.
HSL color Cylindrical-coordinate representation of color #3DC9B3: hue angle of 170.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 #3DC9B3 is Cyan = 0.70, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 61 | 201 | 179 | - |
| CMYK | 0.70 | 0 | 0.11 | 0.21 |
| HSL | 170.57º | 0.56% | 0.51% | - |
| HSV(B) | 170.57º | 0.7% | 0.79% | - |
| XYZ | 30.95 | 46.02 | 49.9 | - |
| YUV | 156.63 | 140.62 | 59.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 201 | 179 | 0.70 | 0 | 0.11 | 0.21 | 170.57 | 0.56 | 0.51 |
| Hex | 3D | C9 | B3 | 46 | 0 | B | 15 | AB | 38 | 33 |
| Octal | 75 | 311 | 263 | 106 | 0 | 13 | 25 | 253 | 70 | 63 |
| Binary | 111101 | 11001001 | 10110011 | 1000110 | 0 | 1011 | 10101 | 10101011 | 111000 | 110011 |
Color Harmonies of #3DC9B3
Complementary color
Monochromatic Colors of #3DC9B3
Black with #3DC9B3
Text Example
Text Example
White with #3DC9B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DC9B3; }
p { color: rgb(61,201,179); }
H1.HeaderClassName
{
color: #3DC9B3;
}
.AnyTagClassName
{
color: #3DC9B3;
}
</style>
background-color css
<style>
a { background-color: #3DC9B3; }
a { background-color: rgb(61,201,179); }
div.DivClassName
{
background-color: #3DC9B3;
}
.BgClassName
{
background-color: #3DC9B3;
}
</style>
border-color css
<style>
span { border-color: #3DC9B3; }
span { border-color: rgb(61,201,179); }
td.TdClassName
{
border-color: #3DC9B3;
}
.TagClassName
{
border-color: #3DC9B3;
}
</style>