Shades of Turquoise #39F7D8
Tints of Turquoise #39F7D8
RGB
CMYK
RGB Variations
Color information
#39F7D8 (or 0x39F7D8) is known color: Turquoise. HEX triplet: 39, F7 and D8. RGB value is (57,247,216). Sum of RGB (Red+Green+Blue) = 57+247+216=520 (68% of max value = 765). Red value is 57 (22.66% from 255 or 10.96% from 520); Green value is 247 (96.88% from 255 or 47.5% from 520); Blue value is 216 (84.77% from 255 or 41.54% from 520); Max value from RGB is 247 - color contains mainly: green. Hex color #39F7D8 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #39F7D8 is #C60827. Grayscale: #BABABA. Windows color (decimal): -12978216 or 14219065. OLE color: 14219065.
HSL color Cylindrical-coordinate representation of color #39F7D8: hue angle of 170.21º degrees, saturation: 0.92, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #39F7D8 is Cyan = 0.77, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 57 | 247 | 216 | - |
| CMYK | 0.77 | 0 | 0.13 | 0.03 |
| HSL | 170.21º | 0.92% | 0.6% | - |
| HSV(B) | 170.21º | 0.77% | 0.97% | - |
| XYZ | 47.34 | 72.35 | 76.44 | - |
| YUV | 186.66 | 144.55 | 35.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 247 | 216 | 0.77 | 0 | 0.13 | 0.03 | 170.21 | 0.92 | 0.6 |
| Hex | 39 | F7 | D8 | 4D | 0 | D | 3 | AA | 5C | 3C |
| Octal | 71 | 367 | 330 | 115 | 0 | 15 | 3 | 252 | 134 | 74 |
| Binary | 111001 | 11110111 | 11011000 | 1001101 | 0 | 1101 | 11 | 10101010 | 1011100 | 111100 |
Color Harmonies of #39F7D8
Complementary color
Monochromatic Colors of #39F7D8
Black with #39F7D8
Text Example
Text Example
White with #39F7D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39F7D8; }
p { color: rgb(57,247,216); }
H1.HeaderClassName
{
color: #39F7D8;
}
.AnyTagClassName
{
color: #39F7D8;
}
</style>
background-color css
<style>
a { background-color: #39F7D8; }
a { background-color: rgb(57,247,216); }
div.DivClassName
{
background-color: #39F7D8;
}
.BgClassName
{
background-color: #39F7D8;
}
</style>
border-color css
<style>
span { border-color: #39F7D8; }
span { border-color: rgb(57,247,216); }
td.TdClassName
{
border-color: #39F7D8;
}
.TagClassName
{
border-color: #39F7D8;
}
</style>