Shades of Turquoise #39DCCD
Tints of Turquoise #39DCCD
RGB
CMYK
RGB Variations
Color information
#39DCCD (or 0x39DCCD) is known color: Turquoise. HEX triplet: 39, DC and CD. RGB value is (57,220,205). Sum of RGB (Red+Green+Blue) = 57+220+205=482 (63% of max value = 765). Red value is 57 (22.66% from 255 or 11.83% from 482); Green value is 220 (86.33% from 255 or 45.64% from 482); Blue value is 205 (80.47% from 255 or 42.53% from 482); Max value from RGB is 220 - color contains mainly: green. Hex color #39DCCD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #39DCCD is #C62332. Grayscale: #A9A9A9. Windows color (decimal): -12985139 or 13491257. OLE color: 13491257.
HSL color Cylindrical-coordinate representation of color #39DCCD: hue angle of 174.48º 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 #39DCCD is Cyan = 0.74, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 57 | 220 | 205 | - |
| CMYK | 0.74 | 0 | 0.07 | 0.14 |
| HSL | 174.48º | 0.7% | 0.54% | - |
| HSV(B) | 174.48º | 0.74% | 0.86% | - |
| XYZ | 38.3 | 56.46 | 66.64 | - |
| YUV | 169.55 | 148 | 47.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 220 | 205 | 0.74 | 0 | 0.07 | 0.14 | 174.48 | 0.7 | 0.54 |
| Hex | 39 | DC | CD | 4A | 0 | 7 | E | AE | 46 | 36 |
| Octal | 71 | 334 | 315 | 112 | 0 | 7 | 16 | 256 | 106 | 66 |
| Binary | 111001 | 11011100 | 11001101 | 1001010 | 0 | 111 | 1110 | 10101110 | 1000110 | 110110 |
Color Harmonies of #39DCCD
Complementary color
Monochromatic Colors of #39DCCD
Black with #39DCCD
Text Example
Text Example
White with #39DCCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39DCCD; }
p { color: rgb(57,220,205); }
H1.HeaderClassName
{
color: #39DCCD;
}
.AnyTagClassName
{
color: #39DCCD;
}
</style>
background-color css
<style>
a { background-color: #39DCCD; }
a { background-color: rgb(57,220,205); }
div.DivClassName
{
background-color: #39DCCD;
}
.BgClassName
{
background-color: #39DCCD;
}
</style>
border-color css
<style>
span { border-color: #39DCCD; }
span { border-color: rgb(57,220,205); }
td.TdClassName
{
border-color: #39DCCD;
}
.TagClassName
{
border-color: #39DCCD;
}
</style>