Shades of Turquoise #39F1DB
Tints of Turquoise #39F1DB
RGB
CMYK
RGB Variations
Color information
#39F1DB (or 0x39F1DB) is known color: Turquoise. HEX triplet: 39, F1 and DB. RGB value is (57,241,219). Sum of RGB (Red+Green+Blue) = 57+241+219=517 (68% of max value = 765). Red value is 57 (22.66% from 255 or 11.03% from 517); Green value is 241 (94.53% from 255 or 46.62% from 517); Blue value is 219 (85.94% from 255 or 42.36% from 517); Max value from RGB is 241 - color contains mainly: green. Hex color #39F1DB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #39F1DB is #C60E24. Grayscale: #B7B7B7. Windows color (decimal): -12979749 or 14414137. OLE color: 14414137.
HSL color Cylindrical-coordinate representation of color #39F1DB: hue angle of 172.83º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #39F1DB is Cyan = 0.76, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 57 | 241 | 219 | - |
| CMYK | 0.76 | 0 | 0.09 | 0.05 |
| HSL | 172.83º | 0.87% | 0.58% | - |
| HSV(B) | 172.83º | 0.76% | 0.95% | - |
| XYZ | 45.93 | 68.89 | 77.9 | - |
| YUV | 183.48 | 148.04 | 37.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 241 | 219 | 0.76 | 0 | 0.09 | 0.05 | 172.83 | 0.87 | 0.58 |
| Hex | 39 | F1 | DB | 4C | 0 | 9 | 5 | AD | 57 | 3A |
| Octal | 71 | 361 | 333 | 114 | 0 | 11 | 5 | 255 | 127 | 72 |
| Binary | 111001 | 11110001 | 11011011 | 1001100 | 0 | 1001 | 101 | 10101101 | 1010111 | 111010 |
Color Harmonies of #39F1DB
Complementary color
Monochromatic Colors of #39F1DB
Black with #39F1DB
Text Example
Text Example
White with #39F1DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39F1DB; }
p { color: rgb(57,241,219); }
H1.HeaderClassName
{
color: #39F1DB;
}
.AnyTagClassName
{
color: #39F1DB;
}
</style>
background-color css
<style>
a { background-color: #39F1DB; }
a { background-color: rgb(57,241,219); }
div.DivClassName
{
background-color: #39F1DB;
}
.BgClassName
{
background-color: #39F1DB;
}
</style>
border-color css
<style>
span { border-color: #39F1DB; }
span { border-color: rgb(57,241,219); }
td.TdClassName
{
border-color: #39F1DB;
}
.TagClassName
{
border-color: #39F1DB;
}
</style>