Shades of Medium Turquoise #37BFBB
Tints of Medium Turquoise #37BFBB
RGB
CMYK
RGB Variations
Color information
#37BFBB (or 0x37BFBB) is known color: Medium Turquoise. HEX triplet: 37, BF and BB. RGB value is (55,191,187). Sum of RGB (Red+Green+Blue) = 55+191+187=433 (57% of max value = 765). Red value is 55 (21.88% from 255 or 12.70% from 433); Green value is 191 (75% from 255 or 44.11% from 433); Blue value is 187 (73.44% from 255 or 43.19% from 433); Max value from RGB is 191 - color contains mainly: green. Hex color #37BFBB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37BFBB is #C84044. Grayscale: #959595. Windows color (decimal): -13123653 or 12304183. OLE color: 12304183.
HSL color Cylindrical-coordinate representation of color #37BFBB: hue angle of 178.24º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #37BFBB is Cyan = 0.71, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 55 | 191 | 187 | - |
| CMYK | 0.71 | 0 | 0.02 | 0.25 |
| HSL | 178.24º | 0.55% | 0.48% | - |
| HSV(B) | 178.24º | 0.71% | 0.75% | - |
| XYZ | 29.18 | 41.66 | 53.52 | - |
| YUV | 149.88 | 148.94 | 60.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 191 | 187 | 0.71 | 0 | 0.02 | 0.25 | 178.24 | 0.55 | 0.48 |
| Hex | 37 | BF | BB | 47 | 0 | 2 | 19 | B2 | 37 | 30 |
| Octal | 67 | 277 | 273 | 107 | 0 | 2 | 31 | 262 | 67 | 60 |
| Binary | 110111 | 10111111 | 10111011 | 1000111 | 0 | 10 | 11001 | 10110010 | 110111 | 110000 |
Color Harmonies of #37BFBB
Complementary color
Monochromatic Colors of #37BFBB
Black with #37BFBB
Text Example
Text Example
White with #37BFBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37BFBB; }
p { color: rgb(55,191,187); }
H1.HeaderClassName
{
color: #37BFBB;
}
.AnyTagClassName
{
color: #37BFBB;
}
</style>
background-color css
<style>
a { background-color: #37BFBB; }
a { background-color: rgb(55,191,187); }
div.DivClassName
{
background-color: #37BFBB;
}
.BgClassName
{
background-color: #37BFBB;
}
</style>
border-color css
<style>
span { border-color: #37BFBB; }
span { border-color: rgb(55,191,187); }
td.TdClassName
{
border-color: #37BFBB;
}
.TagClassName
{
border-color: #37BFBB;
}
</style>