Shades of Turquoise #37FFB1
Tints of Turquoise #37FFB1
RGB
CMYK
RGB Variations
Color information
#37FFB1 (or 0x37FFB1) is known color: Turquoise. HEX triplet: 37, FF and B1. RGB value is (55,255,177). Sum of RGB (Red+Green+Blue) = 55+255+177=487 (64% of max value = 765). Red value is 55 (21.88% from 255 or 11.29% from 487); Green value is 255 (100% from 255 or 52.36% from 487); Blue value is 177 (69.53% from 255 or 36.34% from 487); Max value from RGB is 255 - color contains mainly: green. Hex color #37FFB1 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #37FFB1 is #C8004E. Grayscale: #BABABA. Windows color (decimal): -13107279 or 11665207. OLE color: 11665207.
HSL color Cylindrical-coordinate representation of color #37FFB1: hue angle of 156.6º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #37FFB1 is Cyan = 0.78, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 55 | 255 | 177 | - |
| CMYK | 0.78 | 0 | 0.31 | 0 |
| HSL | 156.6º | 1% | 0.61% | - |
| HSV(B) | 156.6º | 0.78% | 1% | - |
| XYZ | 45.27 | 75.51 | 53.78 | - |
| YUV | 186.31 | 122.74 | 34.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 255 | 177 | 0.78 | 0 | 0.31 | 0 | 156.6 | 1 | 0.61 |
| Hex | 37 | FF | B1 | 4E | 0 | 1F | 0 | 9D | 64 | 3D |
| Octal | 67 | 377 | 261 | 116 | 0 | 37 | 0 | 235 | 144 | 75 |
| Binary | 110111 | 11111111 | 10110001 | 1001110 | 0 | 11111 | 0 | 10011101 | 1100100 | 111101 |
Color Harmonies of #37FFB1
Complementary color
Monochromatic Colors of #37FFB1
Black with #37FFB1
Text Example
Text Example
White with #37FFB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37FFB1; }
p { color: rgb(55,255,177); }
H1.HeaderClassName
{
color: #37FFB1;
}
.AnyTagClassName
{
color: #37FFB1;
}
</style>
background-color css
<style>
a { background-color: #37FFB1; }
a { background-color: rgb(55,255,177); }
div.DivClassName
{
background-color: #37FFB1;
}
.BgClassName
{
background-color: #37FFB1;
}
</style>
border-color css
<style>
span { border-color: #37FFB1; }
span { border-color: rgb(55,255,177); }
td.TdClassName
{
border-color: #37FFB1;
}
.TagClassName
{
border-color: #37FFB1;
}
</style>