Shades of Turquoise #39EFBC
Tints of Turquoise #39EFBC
RGB
CMYK
RGB Variations
Color information
#39EFBC (or 0x39EFBC) is known color: Turquoise. HEX triplet: 39, EF and BC. RGB value is (57,239,188). Sum of RGB (Red+Green+Blue) = 57+239+188=484 (64% of max value = 765). Red value is 57 (22.66% from 255 or 11.78% from 484); Green value is 239 (93.75% from 255 or 49.38% from 484); Blue value is 188 (73.83% from 255 or 38.84% from 484); Max value from RGB is 239 - color contains mainly: green. Hex color #39EFBC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #39EFBC is #C61043. Grayscale: #B2B2B2. Windows color (decimal): -12980292 or 12382009. OLE color: 12382009.
HSL color Cylindrical-coordinate representation of color #39EFBC: hue angle of 163.19º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #39EFBC is Cyan = 0.76, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 57 | 239 | 188 | - |
| CMYK | 0.76 | 0 | 0.21 | 0.06 |
| HSL | 163.19º | 0.85% | 0.58% | - |
| HSV(B) | 163.19º | 0.76% | 0.94% | - |
| XYZ | 41.63 | 66.23 | 58.17 | - |
| YUV | 178.77 | 133.2 | 41.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 239 | 188 | 0.76 | 0 | 0.21 | 0.06 | 163.19 | 0.85 | 0.58 |
| Hex | 39 | EF | BC | 4C | 0 | 15 | 6 | A3 | 55 | 3A |
| Octal | 71 | 357 | 274 | 114 | 0 | 25 | 6 | 243 | 125 | 72 |
| Binary | 111001 | 11101111 | 10111100 | 1001100 | 0 | 10101 | 110 | 10100011 | 1010101 | 111010 |
Color Harmonies of #39EFBC
Complementary color
Monochromatic Colors of #39EFBC
Black with #39EFBC
Text Example
Text Example
White with #39EFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39EFBC; }
p { color: rgb(57,239,188); }
H1.HeaderClassName
{
color: #39EFBC;
}
.AnyTagClassName
{
color: #39EFBC;
}
</style>
background-color css
<style>
a { background-color: #39EFBC; }
a { background-color: rgb(57,239,188); }
div.DivClassName
{
background-color: #39EFBC;
}
.BgClassName
{
background-color: #39EFBC;
}
</style>
border-color css
<style>
span { border-color: #39EFBC; }
span { border-color: rgb(57,239,188); }
td.TdClassName
{
border-color: #39EFBC;
}
.TagClassName
{
border-color: #39EFBC;
}
</style>