Shades of Turquoise #39E9D9
Tints of Turquoise #39E9D9
RGB
CMYK
RGB Variations
Color information
#39E9D9 (or 0x39E9D9) is known color: Turquoise. HEX triplet: 39, E9 and D9. RGB value is (57,233,217). Sum of RGB (Red+Green+Blue) = 57+233+217=507 (67% of max value = 765). Red value is 57 (22.66% from 255 or 11.24% from 507); Green value is 233 (91.41% from 255 or 45.96% from 507); Blue value is 217 (85.16% from 255 or 42.80% from 507); Max value from RGB is 233 - color contains mainly: green. Hex color #39E9D9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #39E9D9 is #C61626. Grayscale: #B2B2B2. Windows color (decimal): -12981799 or 14281017. OLE color: 14281017.
HSL color Cylindrical-coordinate representation of color #39E9D9: hue angle of 174.55º degrees, saturation: 0.8, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #39E9D9 is Cyan = 0.76, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 57 | 233 | 217 | - |
| CMYK | 0.76 | 0 | 0.07 | 0.09 |
| HSL | 174.55º | 0.8% | 0.57% | - |
| HSV(B) | 174.55º | 0.76% | 0.91% | - |
| XYZ | 43.35 | 64.16 | 75.74 | - |
| YUV | 178.55 | 149.69 | 41.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 233 | 217 | 0.76 | 0 | 0.07 | 0.09 | 174.55 | 0.8 | 0.57 |
| Hex | 39 | E9 | D9 | 4C | 0 | 7 | 9 | AF | 50 | 39 |
| Octal | 71 | 351 | 331 | 114 | 0 | 7 | 11 | 257 | 120 | 71 |
| Binary | 111001 | 11101001 | 11011001 | 1001100 | 0 | 111 | 1001 | 10101111 | 1010000 | 111001 |
Color Harmonies of #39E9D9
Complementary color
Monochromatic Colors of #39E9D9
Black with #39E9D9
Text Example
Text Example
White with #39E9D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39E9D9; }
p { color: rgb(57,233,217); }
H1.HeaderClassName
{
color: #39E9D9;
}
.AnyTagClassName
{
color: #39E9D9;
}
</style>
background-color css
<style>
a { background-color: #39E9D9; }
a { background-color: rgb(57,233,217); }
div.DivClassName
{
background-color: #39E9D9;
}
.BgClassName
{
background-color: #39E9D9;
}
</style>
border-color css
<style>
span { border-color: #39E9D9; }
span { border-color: rgb(57,233,217); }
td.TdClassName
{
border-color: #39E9D9;
}
.TagClassName
{
border-color: #39E9D9;
}
</style>