Shades of Turquoise #39FADB
Tints of Turquoise #39FADB
RGB
CMYK
RGB Variations
Color information
#39FADB (or 0x39FADB) is known color: Turquoise. HEX triplet: 39, FA and DB. RGB value is (57,250,219). Sum of RGB (Red+Green+Blue) = 57+250+219=526 (69% of max value = 765). Red value is 57 (22.66% from 255 or 10.84% from 526); Green value is 250 (98.05% from 255 or 47.53% from 526); Blue value is 219 (85.94% from 255 or 41.63% from 526); Max value from RGB is 250 - color contains mainly: green. Hex color #39FADB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #39FADB is #C60524. Grayscale: #BCBCBC. Windows color (decimal): -12977445 or 14416441. OLE color: 14416441.
HSL color Cylindrical-coordinate representation of color #39FADB: hue angle of 170.36º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #39FADB is Cyan = 0.77, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 57 | 250 | 219 | - |
| CMYK | 0.77 | 0 | 0.12 | 0.02 |
| HSL | 170.36º | 0.95% | 0.6% | - |
| HSV(B) | 170.36º | 0.77% | 0.98% | - |
| XYZ | 48.66 | 74.36 | 78.81 | - |
| YUV | 188.76 | 145.06 | 34.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 250 | 219 | 0.77 | 0 | 0.12 | 0.02 | 170.36 | 0.95 | 0.6 |
| Hex | 39 | FA | DB | 4D | 0 | C | 2 | AA | 5F | 3C |
| Octal | 71 | 372 | 333 | 115 | 0 | 14 | 2 | 252 | 137 | 74 |
| Binary | 111001 | 11111010 | 11011011 | 1001101 | 0 | 1100 | 10 | 10101010 | 1011111 | 111100 |
Color Harmonies of #39FADB
Complementary color
Monochromatic Colors of #39FADB
Black with #39FADB
Text Example
Text Example
White with #39FADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39FADB; }
p { color: rgb(57,250,219); }
H1.HeaderClassName
{
color: #39FADB;
}
.AnyTagClassName
{
color: #39FADB;
}
</style>
background-color css
<style>
a { background-color: #39FADB; }
a { background-color: rgb(57,250,219); }
div.DivClassName
{
background-color: #39FADB;
}
.BgClassName
{
background-color: #39FADB;
}
</style>
border-color css
<style>
span { border-color: #39FADB; }
span { border-color: rgb(57,250,219); }
td.TdClassName
{
border-color: #39FADB;
}
.TagClassName
{
border-color: #39FADB;
}
</style>