Shades of Turquoise #39E5BC
Tints of Turquoise #39E5BC
RGB
CMYK
RGB Variations
Color information
#39E5BC (or 0x39E5BC) is known color: Turquoise. HEX triplet: 39, E5 and BC. RGB value is (57,229,188). Sum of RGB (Red+Green+Blue) = 57+229+188=474 (62% of max value = 765). Red value is 57 (22.66% from 255 or 12.03% from 474); Green value is 229 (89.84% from 255 or 48.31% from 474); Blue value is 188 (73.83% from 255 or 39.66% from 474); Max value from RGB is 229 - color contains mainly: green. Hex color #39E5BC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #39E5BC is #C61A43. Grayscale: #ACACAC. Windows color (decimal): -12982852 or 12379449. OLE color: 12379449.
HSL color Cylindrical-coordinate representation of color #39E5BC: hue angle of 165.7º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #39E5BC is Cyan = 0.75, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 57 | 229 | 188 | - |
| CMYK | 0.75 | 0 | 0.18 | 0.10 |
| HSL | 165.7º | 0.77% | 0.56% | - |
| HSV(B) | 165.7º | 0.75% | 0.9% | - |
| XYZ | 38.78 | 60.54 | 57.22 | - |
| YUV | 172.9 | 136.52 | 45.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 229 | 188 | 0.75 | 0 | 0.18 | 0.10 | 165.7 | 0.77 | 0.56 |
| Hex | 39 | E5 | BC | 4B | 0 | 12 | A | A6 | 4D | 38 |
| Octal | 71 | 345 | 274 | 113 | 0 | 22 | 12 | 246 | 115 | 70 |
| Binary | 111001 | 11100101 | 10111100 | 1001011 | 0 | 10010 | 1010 | 10100110 | 1001101 | 111000 |
Color Harmonies of #39E5BC
Complementary color
Monochromatic Colors of #39E5BC
Black with #39E5BC
Text Example
Text Example
White with #39E5BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39E5BC; }
p { color: rgb(57,229,188); }
H1.HeaderClassName
{
color: #39E5BC;
}
.AnyTagClassName
{
color: #39E5BC;
}
</style>
background-color css
<style>
a { background-color: #39E5BC; }
a { background-color: rgb(57,229,188); }
div.DivClassName
{
background-color: #39E5BC;
}
.BgClassName
{
background-color: #39E5BC;
}
</style>
border-color css
<style>
span { border-color: #39E5BC; }
span { border-color: rgb(57,229,188); }
td.TdClassName
{
border-color: #39E5BC;
}
.TagClassName
{
border-color: #39E5BC;
}
</style>