Shades of Turquoise #39E8D0
Tints of Turquoise #39E8D0
RGB
CMYK
RGB Variations
Color information
#39E8D0 (or 0x39E8D0) is known color: Turquoise. HEX triplet: 39, E8 and D0. RGB value is (57,232,208). Sum of RGB (Red+Green+Blue) = 57+232+208=497 (65% of max value = 765). Red value is 57 (22.66% from 255 or 11.47% from 497); Green value is 232 (91.02% from 255 or 46.68% from 497); Blue value is 208 (81.64% from 255 or 41.85% from 497); Max value from RGB is 232 - color contains mainly: green. Hex color #39E8D0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #39E8D0 is #C6172F. Grayscale: #B0B0B0. Windows color (decimal): -12982064 or 13690937. OLE color: 13690937.
HSL color Cylindrical-coordinate representation of color #39E8D0: hue angle of 171.77º degrees, saturation: 0.79, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #39E8D0 is Cyan = 0.75, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 57 | 232 | 208 | - |
| CMYK | 0.75 | 0 | 0.10 | 0.09 |
| HSL | 171.77º | 0.79% | 0.57% | - |
| HSV(B) | 171.77º | 0.75% | 0.91% | - |
| XYZ | 41.93 | 63.14 | 69.65 | - |
| YUV | 176.94 | 145.52 | 42.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 232 | 208 | 0.75 | 0 | 0.10 | 0.09 | 171.77 | 0.79 | 0.57 |
| Hex | 39 | E8 | D0 | 4B | 0 | A | 9 | AC | 4F | 39 |
| Octal | 71 | 350 | 320 | 113 | 0 | 12 | 11 | 254 | 117 | 71 |
| Binary | 111001 | 11101000 | 11010000 | 1001011 | 0 | 1010 | 1001 | 10101100 | 1001111 | 111001 |
Color Harmonies of #39E8D0
Complementary color
Monochromatic Colors of #39E8D0
Black with #39E8D0
Text Example
Text Example
White with #39E8D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39E8D0; }
p { color: rgb(57,232,208); }
H1.HeaderClassName
{
color: #39E8D0;
}
.AnyTagClassName
{
color: #39E8D0;
}
</style>
background-color css
<style>
a { background-color: #39E8D0; }
a { background-color: rgb(57,232,208); }
div.DivClassName
{
background-color: #39E8D0;
}
.BgClassName
{
background-color: #39E8D0;
}
</style>
border-color css
<style>
span { border-color: #39E8D0; }
span { border-color: rgb(57,232,208); }
td.TdClassName
{
border-color: #39E8D0;
}
.TagClassName
{
border-color: #39E8D0;
}
</style>