Shades of Turquoise #39DCD0
Tints of Turquoise #39DCD0
RGB
CMYK
RGB Variations
Color information
#39DCD0 (or 0x39DCD0) is known color: Turquoise. HEX triplet: 39, DC and D0. RGB value is (57,220,208). Sum of RGB (Red+Green+Blue) = 57+220+208=485 (64% of max value = 765). Red value is 57 (22.66% from 255 or 11.75% from 485); Green value is 220 (86.33% from 255 or 45.36% from 485); Blue value is 208 (81.64% from 255 or 42.89% from 485); Max value from RGB is 220 - color contains mainly: green. Hex color #39DCD0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #39DCD0 is #C6232F. Grayscale: #A9A9A9. Windows color (decimal): -12985136 or 13687865. OLE color: 13687865.
HSL color Cylindrical-coordinate representation of color #39DCD0: hue angle of 175.58º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #39DCD0 is Cyan = 0.74, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 57 | 220 | 208 | - |
| CMYK | 0.74 | 0 | 0.05 | 0.14 |
| HSL | 175.58º | 0.7% | 0.54% | - |
| HSV(B) | 175.58º | 0.74% | 0.86% | - |
| XYZ | 38.67 | 56.61 | 68.56 | - |
| YUV | 169.9 | 149.5 | 47.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 220 | 208 | 0.74 | 0 | 0.05 | 0.14 | 175.58 | 0.7 | 0.54 |
| Hex | 39 | DC | D0 | 4A | 0 | 5 | E | B0 | 46 | 36 |
| Octal | 71 | 334 | 320 | 112 | 0 | 5 | 16 | 260 | 106 | 66 |
| Binary | 111001 | 11011100 | 11010000 | 1001010 | 0 | 101 | 1110 | 10110000 | 1000110 | 110110 |
Color Harmonies of #39DCD0
Complementary color
Monochromatic Colors of #39DCD0
Black with #39DCD0
Text Example
Text Example
White with #39DCD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39DCD0; }
p { color: rgb(57,220,208); }
H1.HeaderClassName
{
color: #39DCD0;
}
.AnyTagClassName
{
color: #39DCD0;
}
</style>
background-color css
<style>
a { background-color: #39DCD0; }
a { background-color: rgb(57,220,208); }
div.DivClassName
{
background-color: #39DCD0;
}
.BgClassName
{
background-color: #39DCD0;
}
</style>
border-color css
<style>
span { border-color: #39DCD0; }
span { border-color: rgb(57,220,208); }
td.TdClassName
{
border-color: #39DCD0;
}
.TagClassName
{
border-color: #39DCD0;
}
</style>