Shades of Medium Turquoise #39C5BC
Tints of Medium Turquoise #39C5BC
RGB
CMYK
RGB Variations
Color information
#39C5BC (or 0x39C5BC) is known color: Medium Turquoise. HEX triplet: 39, C5 and BC. RGB value is (57,197,188). Sum of RGB (Red+Green+Blue) = 57+197+188=442 (58% of max value = 765). Red value is 57 (22.66% from 255 or 12.90% from 442); Green value is 197 (77.34% from 255 or 44.57% from 442); Blue value is 188 (73.83% from 255 or 42.53% from 442); Max value from RGB is 197 - color contains mainly: green. Hex color #39C5BC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #39C5BC is #C63A43. Grayscale: #9A9A9A. Windows color (decimal): -12991044 or 12371257. OLE color: 12371257.
HSL color Cylindrical-coordinate representation of color #39C5BC: hue angle of 176.14º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #39C5BC is Cyan = 0.71, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 57 | 197 | 188 | - |
| CMYK | 0.71 | 0 | 0.05 | 0.23 |
| HSL | 176.14º | 0.55% | 0.5% | - |
| HSV(B) | 176.14º | 0.71% | 0.77% | - |
| XYZ | 30.73 | 44.43 | 54.53 | - |
| YUV | 154.11 | 147.12 | 58.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 197 | 188 | 0.71 | 0 | 0.05 | 0.23 | 176.14 | 0.55 | 0.5 |
| Hex | 39 | C5 | BC | 47 | 0 | 5 | 17 | B0 | 37 | 32 |
| Octal | 71 | 305 | 274 | 107 | 0 | 5 | 27 | 260 | 67 | 62 |
| Binary | 111001 | 11000101 | 10111100 | 1000111 | 0 | 101 | 10111 | 10110000 | 110111 | 110010 |
Color Harmonies of #39C5BC
Complementary color
Monochromatic Colors of #39C5BC
Black with #39C5BC
Text Example
Text Example
White with #39C5BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39C5BC; }
p { color: rgb(57,197,188); }
H1.HeaderClassName
{
color: #39C5BC;
}
.AnyTagClassName
{
color: #39C5BC;
}
</style>
background-color css
<style>
a { background-color: #39C5BC; }
a { background-color: rgb(57,197,188); }
div.DivClassName
{
background-color: #39C5BC;
}
.BgClassName
{
background-color: #39C5BC;
}
</style>
border-color css
<style>
span { border-color: #39C5BC; }
span { border-color: rgb(57,197,188); }
td.TdClassName
{
border-color: #39C5BC;
}
.TagClassName
{
border-color: #39C5BC;
}
</style>