Shades of Turquoise #39DCC6
Tints of Turquoise #39DCC6
RGB
CMYK
RGB Variations
Color information
#39DCC6 (or 0x39DCC6) is known color: Turquoise. HEX triplet: 39, DC and C6. RGB value is (57,220,198). Sum of RGB (Red+Green+Blue) = 57+220+198=475 (62% of max value = 765). Red value is 57 (22.66% from 255 or 12% from 475); Green value is 220 (86.33% from 255 or 46.32% from 475); Blue value is 198 (77.73% from 255 or 41.68% from 475); Max value from RGB is 220 - color contains mainly: green. Hex color #39DCC6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #39DCC6 is #C62339. Grayscale: #A8A8A8. Windows color (decimal): -12985146 or 13032505. OLE color: 13032505.
HSL color Cylindrical-coordinate representation of color #39DCC6: hue angle of 171.9º 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 #39DCC6 is Cyan = 0.74, Magento = 0, Yellow = 0.1 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 57 | 220 | 198 | - |
| CMYK | 0.74 | 0 | 0.1 | 0.14 |
| HSL | 171.9º | 0.7% | 0.54% | - |
| HSV(B) | 171.9º | 0.74% | 0.86% | - |
| XYZ | 37.47 | 56.13 | 62.29 | - |
| YUV | 168.76 | 144.5 | 48.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 220 | 198 | 0.74 | 0 | 0.1 | 0.14 | 171.9 | 0.7 | 0.54 |
| Hex | 39 | DC | C6 | 4A | 0 | A | E | AC | 46 | 36 |
| Octal | 71 | 334 | 306 | 112 | 0 | 12 | 16 | 254 | 106 | 66 |
| Binary | 111001 | 11011100 | 11000110 | 1001010 | 0 | 1010 | 1110 | 10101100 | 1000110 | 110110 |
Color Harmonies of #39DCC6
Complementary color
Monochromatic Colors of #39DCC6
Black with #39DCC6
Text Example
Text Example
White with #39DCC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39DCC6; }
p { color: rgb(57,220,198); }
H1.HeaderClassName
{
color: #39DCC6;
}
.AnyTagClassName
{
color: #39DCC6;
}
</style>
background-color css
<style>
a { background-color: #39DCC6; }
a { background-color: rgb(57,220,198); }
div.DivClassName
{
background-color: #39DCC6;
}
.BgClassName
{
background-color: #39DCC6;
}
</style>
border-color css
<style>
span { border-color: #39DCC6; }
span { border-color: rgb(57,220,198); }
td.TdClassName
{
border-color: #39DCC6;
}
.TagClassName
{
border-color: #39DCC6;
}
</style>