Shades of Turquoise #39DFC0
Tints of Turquoise #39DFC0
RGB
CMYK
RGB Variations
Color information
#39DFC0 (or 0x39DFC0) is known color: Turquoise. HEX triplet: 39, DF and C0. RGB value is (57,223,192). Sum of RGB (Red+Green+Blue) = 57+223+192=472 (62% of max value = 765). Red value is 57 (22.66% from 255 or 12.08% from 472); Green value is 223 (87.5% from 255 or 47.25% from 472); Blue value is 192 (75.39% from 255 or 40.68% from 472); Max value from RGB is 223 - color contains mainly: green. Hex color #39DFC0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #39DFC0 is #C6203F. Grayscale: #A9A9A9. Windows color (decimal): -12984384 or 12640057. OLE color: 12640057.
HSL color Cylindrical-coordinate representation of color #39DFC0: hue angle of 168.8º 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 #39DFC0 is Cyan = 0.74, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 57 | 223 | 192 | - |
| CMYK | 0.74 | 0 | 0.14 | 0.13 |
| HSL | 168.8º | 0.72% | 0.55% | - |
| HSV(B) | 168.8º | 0.74% | 0.87% | - |
| XYZ | 37.59 | 57.45 | 58.98 | - |
| YUV | 169.83 | 140.5 | 47.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 223 | 192 | 0.74 | 0 | 0.14 | 0.13 | 168.8 | 0.72 | 0.55 |
| Hex | 39 | DF | C0 | 4A | 0 | E | D | A9 | 48 | 37 |
| Octal | 71 | 337 | 300 | 112 | 0 | 16 | 15 | 251 | 110 | 67 |
| Binary | 111001 | 11011111 | 11000000 | 1001010 | 0 | 1110 | 1101 | 10101001 | 1001000 | 110111 |
Color Harmonies of #39DFC0
Complementary color
Monochromatic Colors of #39DFC0
Black with #39DFC0
Text Example
Text Example
White with #39DFC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39DFC0; }
p { color: rgb(57,223,192); }
H1.HeaderClassName
{
color: #39DFC0;
}
.AnyTagClassName
{
color: #39DFC0;
}
</style>
background-color css
<style>
a { background-color: #39DFC0; }
a { background-color: rgb(57,223,192); }
div.DivClassName
{
background-color: #39DFC0;
}
.BgClassName
{
background-color: #39DFC0;
}
</style>
border-color css
<style>
span { border-color: #39DFC0; }
span { border-color: rgb(57,223,192); }
td.TdClassName
{
border-color: #39DFC0;
}
.TagClassName
{
border-color: #39DFC0;
}
</style>