Shades of Turquoise #39DED1
Tints of Turquoise #39DED1
RGB
CMYK
RGB Variations
Color information
#39DED1 (or 0x39DED1) is known color: Turquoise. HEX triplet: 39, DE and D1. RGB value is (57,222,209). Sum of RGB (Red+Green+Blue) = 57+222+209=488 (64% of max value = 765). Red value is 57 (22.66% from 255 or 11.68% from 488); Green value is 222 (87.11% from 255 or 45.49% from 488); Blue value is 209 (82.03% from 255 or 42.83% from 488); Max value from RGB is 222 - color contains mainly: green. Hex color #39DED1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #39DED1 is #C6212E. Grayscale: #ABABAB. Windows color (decimal): -12984623 or 13753913. OLE color: 13753913.
HSL color Cylindrical-coordinate representation of color #39DED1: hue angle of 175.27º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #39DED1 is Cyan = 0.74, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 57 | 222 | 209 | - |
| CMYK | 0.74 | 0 | 0.06 | 0.13 |
| HSL | 175.27º | 0.71% | 0.55% | - |
| HSV(B) | 175.27º | 0.74% | 0.87% | - |
| XYZ | 39.32 | 57.72 | 69.39 | - |
| YUV | 171.18 | 149.34 | 46.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 222 | 209 | 0.74 | 0 | 0.06 | 0.13 | 175.27 | 0.71 | 0.55 |
| Hex | 39 | DE | D1 | 4A | 0 | 6 | D | AF | 47 | 37 |
| Octal | 71 | 336 | 321 | 112 | 0 | 6 | 15 | 257 | 107 | 67 |
| Binary | 111001 | 11011110 | 11010001 | 1001010 | 0 | 110 | 1101 | 10101111 | 1000111 | 110111 |
Color Harmonies of #39DED1
Complementary color
Monochromatic Colors of #39DED1
Black with #39DED1
Text Example
Text Example
White with #39DED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39DED1; }
p { color: rgb(57,222,209); }
H1.HeaderClassName
{
color: #39DED1;
}
.AnyTagClassName
{
color: #39DED1;
}
</style>
background-color css
<style>
a { background-color: #39DED1; }
a { background-color: rgb(57,222,209); }
div.DivClassName
{
background-color: #39DED1;
}
.BgClassName
{
background-color: #39DED1;
}
</style>
border-color css
<style>
span { border-color: #39DED1; }
span { border-color: rgb(57,222,209); }
td.TdClassName
{
border-color: #39DED1;
}
.TagClassName
{
border-color: #39DED1;
}
</style>