Shades of Turquoise #39DFB9
Tints of Turquoise #39DFB9
RGB
CMYK
RGB Variations
Color information
#39DFB9 (or 0x39DFB9) is known color: Turquoise. HEX triplet: 39, DF and B9. RGB value is (57,223,185). Sum of RGB (Red+Green+Blue) = 57+223+185=465 (61% of max value = 765). Red value is 57 (22.66% from 255 or 12.26% from 465); Green value is 223 (87.5% from 255 or 47.96% from 465); Blue value is 185 (72.66% from 255 or 39.78% from 465); Max value from RGB is 223 - color contains mainly: green. Hex color #39DFB9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #39DFB9 is #C62046. Grayscale: #A9A9A9. Windows color (decimal): -12984391 or 12181305. OLE color: 12181305.
HSL color Cylindrical-coordinate representation of color #39DFB9: hue angle of 166.27º degrees, saturation: 0.72, 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 #39DFB9 is Cyan = 0.74, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 57 | 223 | 185 | - |
| CMYK | 0.74 | 0 | 0.17 | 0.13 |
| HSL | 166.27º | 0.72% | 0.55% | - |
| HSV(B) | 166.27º | 0.74% | 0.87% | - |
| XYZ | 36.83 | 57.15 | 54.99 | - |
| YUV | 169.03 | 137 | 48.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 223 | 185 | 0.74 | 0 | 0.17 | 0.13 | 166.27 | 0.72 | 0.55 |
| Hex | 39 | DF | B9 | 4A | 0 | 11 | D | A6 | 48 | 37 |
| Octal | 71 | 337 | 271 | 112 | 0 | 21 | 15 | 246 | 110 | 67 |
| Binary | 111001 | 11011111 | 10111001 | 1001010 | 0 | 10001 | 1101 | 10100110 | 1001000 | 110111 |
Color Harmonies of #39DFB9
Complementary color
Monochromatic Colors of #39DFB9
Black with #39DFB9
Text Example
Text Example
White with #39DFB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39DFB9; }
p { color: rgb(57,223,185); }
H1.HeaderClassName
{
color: #39DFB9;
}
.AnyTagClassName
{
color: #39DFB9;
}
</style>
background-color css
<style>
a { background-color: #39DFB9; }
a { background-color: rgb(57,223,185); }
div.DivClassName
{
background-color: #39DFB9;
}
.BgClassName
{
background-color: #39DFB9;
}
</style>
border-color css
<style>
span { border-color: #39DFB9; }
span { border-color: rgb(57,223,185); }
td.TdClassName
{
border-color: #39DFB9;
}
.TagClassName
{
border-color: #39DFB9;
}
</style>