Shades of Medium Turquoise #3DC8BC
Tints of Medium Turquoise #3DC8BC
RGB
CMYK
RGB Variations
Color information
#3DC8BC (or 0x3DC8BC) is known color: Medium Turquoise. HEX triplet: 3D, C8 and BC. RGB value is (61,200,188). Sum of RGB (Red+Green+Blue) = 61+200+188=449 (59% of max value = 765). Red value is 61 (24.22% from 255 or 13.59% from 449); Green value is 200 (78.52% from 255 or 44.54% from 449); Blue value is 188 (73.83% from 255 or 41.87% from 449); Max value from RGB is 200 - color contains mainly: green. Hex color #3DC8BC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DC8BC is #C23743. Grayscale: #9C9C9C. Windows color (decimal): -12728132 or 12372029. OLE color: 12372029.
HSL color Cylindrical-coordinate representation of color #3DC8BC: hue angle of 174.82º 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 #3DC8BC is Cyan = 0.69, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 61 | 200 | 188 | - |
| CMYK | 0.69 | 0 | 0.06 | 0.22 |
| HSL | 174.82º | 0.56% | 0.51% | - |
| HSV(B) | 174.82º | 0.7% | 0.78% | - |
| XYZ | 31.66 | 45.93 | 54.77 | - |
| YUV | 157.07 | 145.45 | 59.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 200 | 188 | 0.69 | 0 | 0.06 | 0.22 | 174.82 | 0.56 | 0.51 |
| Hex | 3D | C8 | BC | 45 | 0 | 6 | 16 | AF | 38 | 33 |
| Octal | 75 | 310 | 274 | 105 | 0 | 6 | 26 | 257 | 70 | 63 |
| Binary | 111101 | 11001000 | 10111100 | 1000101 | 0 | 110 | 10110 | 10101111 | 111000 | 110011 |
Color Harmonies of #3DC8BC
Complementary color
Monochromatic Colors of #3DC8BC
Black with #3DC8BC
Text Example
Text Example
White with #3DC8BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DC8BC; }
p { color: rgb(61,200,188); }
H1.HeaderClassName
{
color: #3DC8BC;
}
.AnyTagClassName
{
color: #3DC8BC;
}
</style>
background-color css
<style>
a { background-color: #3DC8BC; }
a { background-color: rgb(61,200,188); }
div.DivClassName
{
background-color: #3DC8BC;
}
.BgClassName
{
background-color: #3DC8BC;
}
</style>
border-color css
<style>
span { border-color: #3DC8BC; }
span { border-color: rgb(61,200,188); }
td.TdClassName
{
border-color: #3DC8BC;
}
.TagClassName
{
border-color: #3DC8BC;
}
</style>