Shades of Medium Turquoise #3DC8B9
Tints of Medium Turquoise #3DC8B9
RGB
CMYK
RGB Variations
Color information
#3DC8B9 (or 0x3DC8B9) is known color: Medium Turquoise. HEX triplet: 3D, C8 and B9. RGB value is (61,200,185). Sum of RGB (Red+Green+Blue) = 61+200+185=446 (59% of max value = 765). Red value is 61 (24.22% from 255 or 13.68% from 446); Green value is 200 (78.52% from 255 or 44.84% from 446); Blue value is 185 (72.66% from 255 or 41.48% from 446); Max value from RGB is 200 - color contains mainly: green. Hex color #3DC8B9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DC8B9 is #C23746. Grayscale: #9C9C9C. Windows color (decimal): -12728135 or 12175421. OLE color: 12175421.
HSL color Cylindrical-coordinate representation of color #3DC8B9: hue angle of 173.53º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3DC8B9 is Cyan = 0.69, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 61 | 200 | 185 | - |
| CMYK | 0.69 | 0 | 0.08 | 0.22 |
| HSL | 173.53º | 0.56% | 0.51% | - |
| HSV(B) | 173.53º | 0.7% | 0.78% | - |
| XYZ | 31.34 | 45.8 | 53.09 | - |
| YUV | 156.73 | 143.95 | 59.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 200 | 185 | 0.69 | 0 | 0.08 | 0.22 | 173.53 | 0.56 | 0.51 |
| Hex | 3D | C8 | B9 | 45 | 0 | 8 | 16 | AE | 38 | 33 |
| Octal | 75 | 310 | 271 | 105 | 0 | 10 | 26 | 256 | 70 | 63 |
| Binary | 111101 | 11001000 | 10111001 | 1000101 | 0 | 1000 | 10110 | 10101110 | 111000 | 110011 |
Color Harmonies of #3DC8B9
Complementary color
Monochromatic Colors of #3DC8B9
Black with #3DC8B9
Text Example
Text Example
White with #3DC8B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DC8B9; }
p { color: rgb(61,200,185); }
H1.HeaderClassName
{
color: #3DC8B9;
}
.AnyTagClassName
{
color: #3DC8B9;
}
</style>
background-color css
<style>
a { background-color: #3DC8B9; }
a { background-color: rgb(61,200,185); }
div.DivClassName
{
background-color: #3DC8B9;
}
.BgClassName
{
background-color: #3DC8B9;
}
</style>
border-color css
<style>
span { border-color: #3DC8B9; }
span { border-color: rgb(61,200,185); }
td.TdClassName
{
border-color: #3DC8B9;
}
.TagClassName
{
border-color: #3DC8B9;
}
</style>