Shades of Turquoise #39DCD6
Tints of Turquoise #39DCD6
RGB
CMYK
RGB Variations
Color information
#39DCD6 (or 0x39DCD6) is known color: Turquoise. HEX triplet: 39, DC and D6. RGB value is (57,220,214). Sum of RGB (Red+Green+Blue) = 57+220+214=491 (65% of max value = 765). Red value is 57 (22.66% from 255 or 11.61% from 491); Green value is 220 (86.33% from 255 or 44.81% from 491); Blue value is 214 (83.98% from 255 or 43.58% from 491); Max value from RGB is 220 - color contains mainly: green. Hex color #39DCD6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #39DCD6 is #C62329. Grayscale: #AAAAAA. Windows color (decimal): -12985130 or 14081081. OLE color: 14081081.
HSL color Cylindrical-coordinate representation of color #39DCD6: hue angle of 177.79º 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 #39DCD6 is Cyan = 0.74, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 57 | 220 | 214 | - |
| CMYK | 0.74 | 0 | 0.03 | 0.14 |
| HSL | 177.79º | 0.7% | 0.54% | - |
| HSV(B) | 177.79º | 0.74% | 0.86% | - |
| XYZ | 39.42 | 56.91 | 72.53 | - |
| YUV | 170.58 | 152.5 | 46.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 220 | 214 | 0.74 | 0 | 0.03 | 0.14 | 177.79 | 0.7 | 0.54 |
| Hex | 39 | DC | D6 | 4A | 0 | 3 | E | B2 | 46 | 36 |
| Octal | 71 | 334 | 326 | 112 | 0 | 3 | 16 | 262 | 106 | 66 |
| Binary | 111001 | 11011100 | 11010110 | 1001010 | 0 | 11 | 1110 | 10110010 | 1000110 | 110110 |
Color Harmonies of #39DCD6
Complementary color
Monochromatic Colors of #39DCD6
Black with #39DCD6
Text Example
Text Example
White with #39DCD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39DCD6; }
p { color: rgb(57,220,214); }
H1.HeaderClassName
{
color: #39DCD6;
}
.AnyTagClassName
{
color: #39DCD6;
}
</style>
background-color css
<style>
a { background-color: #39DCD6; }
a { background-color: rgb(57,220,214); }
div.DivClassName
{
background-color: #39DCD6;
}
.BgClassName
{
background-color: #39DCD6;
}
</style>
border-color css
<style>
span { border-color: #39DCD6; }
span { border-color: rgb(57,220,214); }
td.TdClassName
{
border-color: #39DCD6;
}
.TagClassName
{
border-color: #39DCD6;
}
</style>