Shades of Turquoise #39FABB
Tints of Turquoise #39FABB
RGB
CMYK
RGB Variations
Color information
#39FABB (or 0x39FABB) is known color: Turquoise. HEX triplet: 39, FA and BB. RGB value is (57,250,187). Sum of RGB (Red+Green+Blue) = 57+250+187=494 (65% of max value = 765). Red value is 57 (22.66% from 255 or 11.54% from 494); Green value is 250 (98.05% from 255 or 50.61% from 494); Blue value is 187 (73.44% from 255 or 37.85% from 494); Max value from RGB is 250 - color contains mainly: green. Hex color #39FABB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #39FABB is #C60544. Grayscale: #B9B9B9. Windows color (decimal): -12977477 or 12319289. OLE color: 12319289.
HSL color Cylindrical-coordinate representation of color #39FABB: hue angle of 160.41º 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 #39FABB is Cyan = 0.77, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 57 | 250 | 187 | - |
| CMYK | 0.77 | 0 | 0.25 | 0.02 |
| HSL | 160.41º | 0.95% | 0.6% | - |
| HSV(B) | 160.41º | 0.77% | 0.98% | - |
| XYZ | 44.84 | 72.83 | 58.71 | - |
| YUV | 185.11 | 129.06 | 36.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 250 | 187 | 0.77 | 0 | 0.25 | 0.02 | 160.41 | 0.95 | 0.6 |
| Hex | 39 | FA | BB | 4D | 0 | 19 | 2 | A0 | 5F | 3C |
| Octal | 71 | 372 | 273 | 115 | 0 | 31 | 2 | 240 | 137 | 74 |
| Binary | 111001 | 11111010 | 10111011 | 1001101 | 0 | 11001 | 10 | 10100000 | 1011111 | 111100 |
Color Harmonies of #39FABB
Complementary color
Monochromatic Colors of #39FABB
Black with #39FABB
Text Example
Text Example
White with #39FABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39FABB; }
p { color: rgb(57,250,187); }
H1.HeaderClassName
{
color: #39FABB;
}
.AnyTagClassName
{
color: #39FABB;
}
</style>
background-color css
<style>
a { background-color: #39FABB; }
a { background-color: rgb(57,250,187); }
div.DivClassName
{
background-color: #39FABB;
}
.BgClassName
{
background-color: #39FABB;
}
</style>
border-color css
<style>
span { border-color: #39FABB; }
span { border-color: rgb(57,250,187); }
td.TdClassName
{
border-color: #39FABB;
}
.TagClassName
{
border-color: #39FABB;
}
</style>