Shades of Turquoise #39E0BA
Tints of Turquoise #39E0BA
RGB
CMYK
RGB Variations
Color information
#39E0BA (or 0x39E0BA) is known color: Turquoise. HEX triplet: 39, E0 and BA. RGB value is (57,224,186). Sum of RGB (Red+Green+Blue) = 57+224+186=467 (61% of max value = 765). Red value is 57 (22.66% from 255 or 12.21% from 467); Green value is 224 (87.89% from 255 or 47.97% from 467); Blue value is 186 (73.05% from 255 or 39.83% from 467); Max value from RGB is 224 - color contains mainly: green. Hex color #39E0BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #39E0BA is #C61F45. Grayscale: #A9A9A9. Windows color (decimal): -12984134 or 12247097. OLE color: 12247097.
HSL color Cylindrical-coordinate representation of color #39E0BA: hue angle of 166.35º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #39E0BA is Cyan = 0.75, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 57 | 224 | 186 | - |
| CMYK | 0.75 | 0 | 0.17 | 0.12 |
| HSL | 166.35º | 0.73% | 0.55% | - |
| HSV(B) | 166.35º | 0.75% | 0.88% | - |
| XYZ | 37.21 | 57.73 | 55.64 | - |
| YUV | 169.74 | 137.17 | 47.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 224 | 186 | 0.75 | 0 | 0.17 | 0.12 | 166.35 | 0.73 | 0.55 |
| Hex | 39 | E0 | BA | 4B | 0 | 11 | C | A6 | 49 | 37 |
| Octal | 71 | 340 | 272 | 113 | 0 | 21 | 14 | 246 | 111 | 67 |
| Binary | 111001 | 11100000 | 10111010 | 1001011 | 0 | 10001 | 1100 | 10100110 | 1001001 | 110111 |
Color Harmonies of #39E0BA
Complementary color
Monochromatic Colors of #39E0BA
Black with #39E0BA
Text Example
Text Example
White with #39E0BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39E0BA; }
p { color: rgb(57,224,186); }
H1.HeaderClassName
{
color: #39E0BA;
}
.AnyTagClassName
{
color: #39E0BA;
}
</style>
background-color css
<style>
a { background-color: #39E0BA; }
a { background-color: rgb(57,224,186); }
div.DivClassName
{
background-color: #39E0BA;
}
.BgClassName
{
background-color: #39E0BA;
}
</style>
border-color css
<style>
span { border-color: #39E0BA; }
span { border-color: rgb(57,224,186); }
td.TdClassName
{
border-color: #39E0BA;
}
.TagClassName
{
border-color: #39E0BA;
}
</style>