Shades of Turquoise #37F2B7
Tints of Turquoise #37F2B7
RGB
CMYK
RGB Variations
Color information
#37F2B7 (or 0x37F2B7) is known color: Turquoise. HEX triplet: 37, F2 and B7. RGB value is (55,242,183). Sum of RGB (Red+Green+Blue) = 55+242+183=480 (63% of max value = 765). Red value is 55 (21.88% from 255 or 11.46% from 480); Green value is 242 (94.92% from 255 or 50.42% from 480); Blue value is 183 (71.88% from 255 or 38.12% from 480); Max value from RGB is 242 - color contains mainly: green. Hex color #37F2B7 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #37F2B7 is #C80D48. Grayscale: #B3B3B3. Windows color (decimal): -13110601 or 12055095. OLE color: 12055095.
HSL color Cylindrical-coordinate representation of color #37F2B7: hue angle of 161.07º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #37F2B7 is Cyan = 0.77, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 55 | 242 | 183 | - |
| CMYK | 0.77 | 0 | 0.24 | 0.05 |
| HSL | 161.07º | 0.88% | 0.58% | - |
| HSV(B) | 161.07º | 0.77% | 0.95% | - |
| XYZ | 41.87 | 67.74 | 55.67 | - |
| YUV | 179.36 | 130.05 | 39.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 242 | 183 | 0.77 | 0 | 0.24 | 0.05 | 161.07 | 0.88 | 0.58 |
| Hex | 37 | F2 | B7 | 4D | 0 | 18 | 5 | A1 | 58 | 3A |
| Octal | 67 | 362 | 267 | 115 | 0 | 30 | 5 | 241 | 130 | 72 |
| Binary | 110111 | 11110010 | 10110111 | 1001101 | 0 | 11000 | 101 | 10100001 | 1011000 | 111010 |
Color Harmonies of #37F2B7
Complementary color
Monochromatic Colors of #37F2B7
Black with #37F2B7
Text Example
Text Example
White with #37F2B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37F2B7; }
p { color: rgb(55,242,183); }
H1.HeaderClassName
{
color: #37F2B7;
}
.AnyTagClassName
{
color: #37F2B7;
}
</style>
background-color css
<style>
a { background-color: #37F2B7; }
a { background-color: rgb(55,242,183); }
div.DivClassName
{
background-color: #37F2B7;
}
.BgClassName
{
background-color: #37F2B7;
}
</style>
border-color css
<style>
span { border-color: #37F2B7; }
span { border-color: rgb(55,242,183); }
td.TdClassName
{
border-color: #37F2B7;
}
.TagClassName
{
border-color: #37F2B7;
}
</style>