Shades of Turquoise #39F7DB
Tints of Turquoise #39F7DB
RGB
CMYK
RGB Variations
Color information
#39F7DB (or 0x39F7DB) is known color: Turquoise. HEX triplet: 39, F7 and DB. RGB value is (57,247,219). Sum of RGB (Red+Green+Blue) = 57+247+219=523 (69% of max value = 765). Red value is 57 (22.66% from 255 or 10.90% from 523); Green value is 247 (96.88% from 255 or 47.23% from 523); Blue value is 219 (85.94% from 255 or 41.87% from 523); Max value from RGB is 247 - color contains mainly: green. Hex color #39F7DB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #39F7DB is #C60824. Grayscale: #BABABA. Windows color (decimal): -12978213 or 14415673. OLE color: 14415673.
HSL color Cylindrical-coordinate representation of color #39F7DB: hue angle of 171.16º 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 #39F7DB is Cyan = 0.77, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 57 | 247 | 219 | - |
| CMYK | 0.77 | 0 | 0.11 | 0.03 |
| HSL | 171.16º | 0.92% | 0.6% | - |
| HSV(B) | 171.16º | 0.77% | 0.97% | - |
| XYZ | 47.73 | 72.51 | 78.5 | - |
| YUV | 187 | 146.05 | 35.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 247 | 219 | 0.77 | 0 | 0.11 | 0.03 | 171.16 | 0.92 | 0.6 |
| Hex | 39 | F7 | DB | 4D | 0 | B | 3 | AB | 5C | 3C |
| Octal | 71 | 367 | 333 | 115 | 0 | 13 | 3 | 253 | 134 | 74 |
| Binary | 111001 | 11110111 | 11011011 | 1001101 | 0 | 1011 | 11 | 10101011 | 1011100 | 111100 |
Color Harmonies of #39F7DB
Complementary color
Monochromatic Colors of #39F7DB
Black with #39F7DB
Text Example
Text Example
White with #39F7DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39F7DB; }
p { color: rgb(57,247,219); }
H1.HeaderClassName
{
color: #39F7DB;
}
.AnyTagClassName
{
color: #39F7DB;
}
</style>
background-color css
<style>
a { background-color: #39F7DB; }
a { background-color: rgb(57,247,219); }
div.DivClassName
{
background-color: #39F7DB;
}
.BgClassName
{
background-color: #39F7DB;
}
</style>
border-color css
<style>
span { border-color: #39F7DB; }
span { border-color: rgb(57,247,219); }
td.TdClassName
{
border-color: #39F7DB;
}
.TagClassName
{
border-color: #39F7DB;
}
</style>