Shades of Turquoise #39FFBC
Tints of Turquoise #39FFBC
RGB
CMYK
RGB Variations
Color information
#39FFBC (or 0x39FFBC) is known color: Turquoise. HEX triplet: 39, FF and BC. RGB value is (57,255,188). Sum of RGB (Red+Green+Blue) = 57+255+188=500 (66% of max value = 765). Red value is 57 (22.66% from 255 or 11.4% from 500); Green value is 255 (100% from 255 or 51% from 500); Blue value is 188 (73.83% from 255 or 37.6% from 500); Max value from RGB is 255 - color contains mainly: green. Hex color #39FFBC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #39FFBC is #C60043. Grayscale: #BCBCBC. Windows color (decimal): -12976196 or 12386105. OLE color: 12386105.
HSL color Cylindrical-coordinate representation of color #39FFBC: hue angle of 159.7º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #39FFBC is Cyan = 0.78, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 57 | 255 | 188 | - |
| CMYK | 0.78 | 0 | 0.26 | 0 |
| HSL | 159.7º | 1% | 0.61% | - |
| HSV(B) | 159.7º | 0.78% | 1% | - |
| XYZ | 46.52 | 76.02 | 59.8 | - |
| YUV | 188.16 | 127.9 | 34.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 255 | 188 | 0.78 | 0 | 0.26 | 0 | 159.7 | 1 | 0.61 |
| Hex | 39 | FF | BC | 4E | 0 | 1A | 0 | A0 | 64 | 3D |
| Octal | 71 | 377 | 274 | 116 | 0 | 32 | 0 | 240 | 144 | 75 |
| Binary | 111001 | 11111111 | 10111100 | 1001110 | 0 | 11010 | 0 | 10100000 | 1100100 | 111101 |
Color Harmonies of #39FFBC
Complementary color
Monochromatic Colors of #39FFBC
Black with #39FFBC
Text Example
Text Example
White with #39FFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39FFBC; }
p { color: rgb(57,255,188); }
H1.HeaderClassName
{
color: #39FFBC;
}
.AnyTagClassName
{
color: #39FFBC;
}
</style>
background-color css
<style>
a { background-color: #39FFBC; }
a { background-color: rgb(57,255,188); }
div.DivClassName
{
background-color: #39FFBC;
}
.BgClassName
{
background-color: #39FFBC;
}
</style>
border-color css
<style>
span { border-color: #39FFBC; }
span { border-color: rgb(57,255,188); }
td.TdClassName
{
border-color: #39FFBC;
}
.TagClassName
{
border-color: #39FFBC;
}
</style>