Shades of Turquoise #39E5D7
Tints of Turquoise #39E5D7
RGB
CMYK
RGB Variations
Color information
#39E5D7 (or 0x39E5D7) is known color: Turquoise. HEX triplet: 39, E5 and D7. RGB value is (57,229,215). Sum of RGB (Red+Green+Blue) = 57+229+215=501 (66% of max value = 765). Red value is 57 (22.66% from 255 or 11.38% from 501); Green value is 229 (89.84% from 255 or 45.71% from 501); Blue value is 215 (84.38% from 255 or 42.91% from 501); Max value from RGB is 229 - color contains mainly: green. Hex color #39E5D7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #39E5D7 is #C61A28. Grayscale: #AFAFAF. Windows color (decimal): -12982825 or 14148921. OLE color: 14148921.
HSL color Cylindrical-coordinate representation of color #39E5D7: hue angle of 175.12º 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 #39E5D7 is Cyan = 0.75, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 57 | 229 | 215 | - |
| CMYK | 0.75 | 0 | 0.06 | 0.10 |
| HSL | 175.12º | 0.77% | 0.56% | - |
| HSV(B) | 175.12º | 0.75% | 0.9% | - |
| XYZ | 41.97 | 61.81 | 74.01 | - |
| YUV | 175.98 | 150.02 | 43.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 229 | 215 | 0.75 | 0 | 0.06 | 0.10 | 175.12 | 0.77 | 0.56 |
| Hex | 39 | E5 | D7 | 4B | 0 | 6 | A | AF | 4D | 38 |
| Octal | 71 | 345 | 327 | 113 | 0 | 6 | 12 | 257 | 115 | 70 |
| Binary | 111001 | 11100101 | 11010111 | 1001011 | 0 | 110 | 1010 | 10101111 | 1001101 | 111000 |
Color Harmonies of #39E5D7
Complementary color
Monochromatic Colors of #39E5D7
Black with #39E5D7
Text Example
Text Example
White with #39E5D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39E5D7; }
p { color: rgb(57,229,215); }
H1.HeaderClassName
{
color: #39E5D7;
}
.AnyTagClassName
{
color: #39E5D7;
}
</style>
background-color css
<style>
a { background-color: #39E5D7; }
a { background-color: rgb(57,229,215); }
div.DivClassName
{
background-color: #39E5D7;
}
.BgClassName
{
background-color: #39E5D7;
}
</style>
border-color css
<style>
span { border-color: #39E5D7; }
span { border-color: rgb(57,229,215); }
td.TdClassName
{
border-color: #39E5D7;
}
.TagClassName
{
border-color: #39E5D7;
}
</style>