Shades of Turquoise #39E1D9
Tints of Turquoise #39E1D9
RGB
CMYK
RGB Variations
Color information
#39E1D9 (or 0x39E1D9) is known color: Turquoise. HEX triplet: 39, E1 and D9. RGB value is (57,225,217). Sum of RGB (Red+Green+Blue) = 57+225+217=499 (66% of max value = 765). Red value is 57 (22.66% from 255 or 11.42% from 499); Green value is 225 (88.28% from 255 or 45.09% from 499); Blue value is 217 (85.16% from 255 or 43.49% from 499); Max value from RGB is 225 - color contains mainly: green. Hex color #39E1D9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #39E1D9 is #C61E26. Grayscale: #ADADAD. Windows color (decimal): -12983847 or 14278969. OLE color: 14278969.
HSL color Cylindrical-coordinate representation of color #39E1D9: hue angle of 177.14º degrees, saturation: 0.74, 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 #39E1D9 is Cyan = 0.75, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 57 | 225 | 217 | - |
| CMYK | 0.75 | 0 | 0.04 | 0.12 |
| HSL | 177.14º | 0.74% | 0.55% | - |
| HSV(B) | 177.14º | 0.75% | 0.88% | - |
| XYZ | 41.14 | 59.73 | 75.01 | - |
| YUV | 173.86 | 152.34 | 44.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 225 | 217 | 0.75 | 0 | 0.04 | 0.12 | 177.14 | 0.74 | 0.55 |
| Hex | 39 | E1 | D9 | 4B | 0 | 4 | C | B1 | 4A | 37 |
| Octal | 71 | 341 | 331 | 113 | 0 | 4 | 14 | 261 | 112 | 67 |
| Binary | 111001 | 11100001 | 11011001 | 1001011 | 0 | 100 | 1100 | 10110001 | 1001010 | 110111 |
Color Harmonies of #39E1D9
Complementary color
Monochromatic Colors of #39E1D9
Black with #39E1D9
Text Example
Text Example
White with #39E1D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39E1D9; }
p { color: rgb(57,225,217); }
H1.HeaderClassName
{
color: #39E1D9;
}
.AnyTagClassName
{
color: #39E1D9;
}
</style>
background-color css
<style>
a { background-color: #39E1D9; }
a { background-color: rgb(57,225,217); }
div.DivClassName
{
background-color: #39E1D9;
}
.BgClassName
{
background-color: #39E1D9;
}
</style>
border-color css
<style>
span { border-color: #39E1D9; }
span { border-color: rgb(57,225,217); }
td.TdClassName
{
border-color: #39E1D9;
}
.TagClassName
{
border-color: #39E1D9;
}
</style>