Shades of Medium Turquoise #39C0BA
Tints of Medium Turquoise #39C0BA
RGB
CMYK
RGB Variations
Color information
#39C0BA (or 0x39C0BA) is known color: Medium Turquoise. HEX triplet: 39, C0 and BA. RGB value is (57,192,186). Sum of RGB (Red+Green+Blue) = 57+192+186=435 (57% of max value = 765). Red value is 57 (22.66% from 255 or 13.10% from 435); Green value is 192 (75.39% from 255 or 44.14% from 435); Blue value is 186 (73.05% from 255 or 42.76% from 435); Max value from RGB is 192 - color contains mainly: green. Hex color #39C0BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #39C0BA is #C63F45. Grayscale: #969696. Windows color (decimal): -12992326 or 12238905. OLE color: 12238905.
HSL color Cylindrical-coordinate representation of color #39C0BA: hue angle of 177.33º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #39C0BA is Cyan = 0.70, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 57 | 192 | 186 | - |
| CMYK | 0.70 | 0 | 0.03 | 0.25 |
| HSL | 177.33º | 0.54% | 0.49% | - |
| HSV(B) | 177.33º | 0.7% | 0.75% | - |
| XYZ | 29.4 | 42.11 | 53.03 | - |
| YUV | 150.95 | 147.77 | 60.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 192 | 186 | 0.70 | 0 | 0.03 | 0.25 | 177.33 | 0.54 | 0.49 |
| Hex | 39 | C0 | BA | 46 | 0 | 3 | 19 | B1 | 36 | 31 |
| Octal | 71 | 300 | 272 | 106 | 0 | 3 | 31 | 261 | 66 | 61 |
| Binary | 111001 | 11000000 | 10111010 | 1000110 | 0 | 11 | 11001 | 10110001 | 110110 | 110001 |
Color Harmonies of #39C0BA
Complementary color
Monochromatic Colors of #39C0BA
Black with #39C0BA
Text Example
Text Example
White with #39C0BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39C0BA; }
p { color: rgb(57,192,186); }
H1.HeaderClassName
{
color: #39C0BA;
}
.AnyTagClassName
{
color: #39C0BA;
}
</style>
background-color css
<style>
a { background-color: #39C0BA; }
a { background-color: rgb(57,192,186); }
div.DivClassName
{
background-color: #39C0BA;
}
.BgClassName
{
background-color: #39C0BA;
}
</style>
border-color css
<style>
span { border-color: #39C0BA; }
span { border-color: rgb(57,192,186); }
td.TdClassName
{
border-color: #39C0BA;
}
.TagClassName
{
border-color: #39C0BA;
}
</style>