Shades of Medium Turquoise #3DC2BC
Tints of Medium Turquoise #3DC2BC
RGB
CMYK
RGB Variations
Color information
#3DC2BC (or 0x3DC2BC) is known color: Medium Turquoise. HEX triplet: 3D, C2 and BC. RGB value is (61,194,188). Sum of RGB (Red+Green+Blue) = 61+194+188=443 (58% of max value = 765). Red value is 61 (24.22% from 255 or 13.77% from 443); Green value is 194 (76.17% from 255 or 43.79% from 443); Blue value is 188 (73.83% from 255 or 42.44% from 443); Max value from RGB is 194 - color contains mainly: green. Hex color #3DC2BC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DC2BC is #C23D43. Grayscale: #999999. Windows color (decimal): -12729668 or 12370493. OLE color: 12370493.
HSL color Cylindrical-coordinate representation of color #3DC2BC: hue angle of 177.29º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3DC2BC is Cyan = 0.69, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 61 | 194 | 188 | - |
| CMYK | 0.69 | 0 | 0.03 | 0.24 |
| HSL | 177.29º | 0.52% | 0.5% | - |
| HSV(B) | 177.29º | 0.69% | 0.76% | - |
| XYZ | 30.29 | 43.21 | 54.32 | - |
| YUV | 153.55 | 147.44 | 61.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 194 | 188 | 0.69 | 0 | 0.03 | 0.24 | 177.29 | 0.52 | 0.5 |
| Hex | 3D | C2 | BC | 45 | 0 | 3 | 18 | B1 | 34 | 32 |
| Octal | 75 | 302 | 274 | 105 | 0 | 3 | 30 | 261 | 64 | 62 |
| Binary | 111101 | 11000010 | 10111100 | 1000101 | 0 | 11 | 11000 | 10110001 | 110100 | 110010 |
Color Harmonies of #3DC2BC
Complementary color
Monochromatic Colors of #3DC2BC
Black with #3DC2BC
Text Example
Text Example
White with #3DC2BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DC2BC; }
p { color: rgb(61,194,188); }
H1.HeaderClassName
{
color: #3DC2BC;
}
.AnyTagClassName
{
color: #3DC2BC;
}
</style>
background-color css
<style>
a { background-color: #3DC2BC; }
a { background-color: rgb(61,194,188); }
div.DivClassName
{
background-color: #3DC2BC;
}
.BgClassName
{
background-color: #3DC2BC;
}
</style>
border-color css
<style>
span { border-color: #3DC2BC; }
span { border-color: rgb(61,194,188); }
td.TdClassName
{
border-color: #3DC2BC;
}
.TagClassName
{
border-color: #3DC2BC;
}
</style>