Shades of Turquoise #37FABC
Tints of Turquoise #37FABC
RGB
CMYK
RGB Variations
Color information
#37FABC (or 0x37FABC) is known color: Turquoise. HEX triplet: 37, FA and BC. RGB value is (55,250,188). Sum of RGB (Red+Green+Blue) = 55+250+188=493 (65% of max value = 765). Red value is 55 (21.88% from 255 or 11.16% from 493); Green value is 250 (98.05% from 255 or 50.71% from 493); Blue value is 188 (73.83% from 255 or 38.13% from 493); Max value from RGB is 250 - color contains mainly: green. Hex color #37FABC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #37FABC is #C80543. Grayscale: #B8B8B8. Windows color (decimal): -13108548 or 12384823. OLE color: 12384823.
HSL color Cylindrical-coordinate representation of color #37FABC: hue angle of 160.92º 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 #37FABC is Cyan = 0.78, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 55 | 250 | 188 | - |
| CMYK | 0.78 | 0 | 0.25 | 0.02 |
| HSL | 160.92º | 0.95% | 0.6% | - |
| HSV(B) | 160.92º | 0.78% | 0.98% | - |
| XYZ | 44.84 | 72.81 | 59.27 | - |
| YUV | 184.63 | 129.9 | 35.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 250 | 188 | 0.78 | 0 | 0.25 | 0.02 | 160.92 | 0.95 | 0.6 |
| Hex | 37 | FA | BC | 4E | 0 | 19 | 2 | A1 | 5F | 3C |
| Octal | 67 | 372 | 274 | 116 | 0 | 31 | 2 | 241 | 137 | 74 |
| Binary | 110111 | 11111010 | 10111100 | 1001110 | 0 | 11001 | 10 | 10100001 | 1011111 | 111100 |
Color Harmonies of #37FABC
Complementary color
Monochromatic Colors of #37FABC
Black with #37FABC
Text Example
Text Example
White with #37FABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37FABC; }
p { color: rgb(55,250,188); }
H1.HeaderClassName
{
color: #37FABC;
}
.AnyTagClassName
{
color: #37FABC;
}
</style>
background-color css
<style>
a { background-color: #37FABC; }
a { background-color: rgb(55,250,188); }
div.DivClassName
{
background-color: #37FABC;
}
.BgClassName
{
background-color: #37FABC;
}
</style>
border-color css
<style>
span { border-color: #37FABC; }
span { border-color: rgb(55,250,188); }
td.TdClassName
{
border-color: #37FABC;
}
.TagClassName
{
border-color: #37FABC;
}
</style>