Shades of Turquoise #37FABB
Tints of Turquoise #37FABB
RGB
CMYK
RGB Variations
Color information
#37FABB (or 0x37FABB) is known color: Turquoise. HEX triplet: 37, FA and BB. RGB value is (55,250,187). Sum of RGB (Red+Green+Blue) = 55+250+187=492 (65% of max value = 765). Red value is 55 (21.88% from 255 or 11.18% from 492); Green value is 250 (98.05% from 255 or 50.81% from 492); Blue value is 187 (73.44% from 255 or 38.01% from 492); Max value from RGB is 250 - color contains mainly: green. Hex color #37FABB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #37FABB is #C80544. Grayscale: #B8B8B8. Windows color (decimal): -13108549 or 12319287. OLE color: 12319287.
HSL color Cylindrical-coordinate representation of color #37FABB: hue angle of 160.62º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #37FABB is Cyan = 0.78, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 55 | 250 | 187 | - |
| CMYK | 0.78 | 0 | 0.25 | 0.02 |
| HSL | 160.62º | 0.95% | 0.6% | - |
| HSV(B) | 160.62º | 0.78% | 0.98% | - |
| XYZ | 44.73 | 72.77 | 58.7 | - |
| YUV | 184.51 | 129.4 | 35.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 250 | 187 | 0.78 | 0 | 0.25 | 0.02 | 160.62 | 0.95 | 0.6 |
| Hex | 37 | FA | BB | 4E | 0 | 19 | 2 | A1 | 5F | 3C |
| Octal | 67 | 372 | 273 | 116 | 0 | 31 | 2 | 241 | 137 | 74 |
| Binary | 110111 | 11111010 | 10111011 | 1001110 | 0 | 11001 | 10 | 10100001 | 1011111 | 111100 |
Color Harmonies of #37FABB
Complementary color
Monochromatic Colors of #37FABB
Black with #37FABB
Text Example
Text Example
White with #37FABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37FABB; }
p { color: rgb(55,250,187); }
H1.HeaderClassName
{
color: #37FABB;
}
.AnyTagClassName
{
color: #37FABB;
}
</style>
background-color css
<style>
a { background-color: #37FABB; }
a { background-color: rgb(55,250,187); }
div.DivClassName
{
background-color: #37FABB;
}
.BgClassName
{
background-color: #37FABB;
}
</style>
border-color css
<style>
span { border-color: #37FABB; }
span { border-color: rgb(55,250,187); }
td.TdClassName
{
border-color: #37FABB;
}
.TagClassName
{
border-color: #37FABB;
}
</style>