Shades of Medium Turquoise #39BFB9
Tints of Medium Turquoise #39BFB9
RGB
CMYK
RGB Variations
Color information
#39BFB9 (or 0x39BFB9) is known color: Medium Turquoise. HEX triplet: 39, BF and B9. RGB value is (57,191,185). Sum of RGB (Red+Green+Blue) = 57+191+185=433 (57% of max value = 765). Red value is 57 (22.66% from 255 or 13.16% from 433); Green value is 191 (75% from 255 or 44.11% from 433); Blue value is 185 (72.66% from 255 or 42.73% from 433); Max value from RGB is 191 - color contains mainly: green. Hex color #39BFB9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #39BFB9 is #C64046. Grayscale: #969696. Windows color (decimal): -12992583 or 12173113. OLE color: 12173113.
HSL color Cylindrical-coordinate representation of color #39BFB9: hue angle of 177.31º 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 #39BFB9 is Cyan = 0.70, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 57 | 191 | 185 | - |
| CMYK | 0.70 | 0 | 0.03 | 0.25 |
| HSL | 177.31º | 0.54% | 0.49% | - |
| HSV(B) | 177.31º | 0.7% | 0.75% | - |
| XYZ | 29.08 | 41.63 | 52.4 | - |
| YUV | 150.25 | 147.61 | 61.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 191 | 185 | 0.70 | 0 | 0.03 | 0.25 | 177.31 | 0.54 | 0.49 |
| Hex | 39 | BF | B9 | 46 | 0 | 3 | 19 | B1 | 36 | 31 |
| Octal | 71 | 277 | 271 | 106 | 0 | 3 | 31 | 261 | 66 | 61 |
| Binary | 111001 | 10111111 | 10111001 | 1000110 | 0 | 11 | 11001 | 10110001 | 110110 | 110001 |
Color Harmonies of #39BFB9
Complementary color
Monochromatic Colors of #39BFB9
Black with #39BFB9
Text Example
Text Example
White with #39BFB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39BFB9; }
p { color: rgb(57,191,185); }
H1.HeaderClassName
{
color: #39BFB9;
}
.AnyTagClassName
{
color: #39BFB9;
}
</style>
background-color css
<style>
a { background-color: #39BFB9; }
a { background-color: rgb(57,191,185); }
div.DivClassName
{
background-color: #39BFB9;
}
.BgClassName
{
background-color: #39BFB9;
}
</style>
border-color css
<style>
span { border-color: #39BFB9; }
span { border-color: rgb(57,191,185); }
td.TdClassName
{
border-color: #39BFB9;
}
.TagClassName
{
border-color: #39BFB9;
}
</style>