Shades of Medium Turquoise #37BFBD
Tints of Medium Turquoise #37BFBD
RGB
CMYK
RGB Variations
Color information
#37BFBD (or 0x37BFBD) is known color: Medium Turquoise. HEX triplet: 37, BF and BD. RGB value is (55,191,189). Sum of RGB (Red+Green+Blue) = 55+191+189=435 (57% of max value = 765). Red value is 55 (21.88% from 255 or 12.64% from 435); Green value is 191 (75% from 255 or 43.91% from 435); Blue value is 189 (74.22% from 255 or 43.45% from 435); Max value from RGB is 191 - color contains mainly: green. Hex color #37BFBD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37BFBD is #C84042. Grayscale: #959595. Windows color (decimal): -13123651 or 12435255. OLE color: 12435255.
HSL color Cylindrical-coordinate representation of color #37BFBD: hue angle of 179.12º 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 #37BFBD is Cyan = 0.71, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 55 | 191 | 189 | - |
| CMYK | 0.71 | 0 | 0.01 | 0.25 |
| HSL | 179.12º | 0.55% | 0.48% | - |
| HSV(B) | 179.12º | 0.71% | 0.75% | - |
| XYZ | 29.39 | 41.75 | 54.65 | - |
| YUV | 150.11 | 149.94 | 60.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 191 | 189 | 0.71 | 0 | 0.01 | 0.25 | 179.12 | 0.55 | 0.48 |
| Hex | 37 | BF | BD | 47 | 0 | 1 | 19 | B3 | 37 | 30 |
| Octal | 67 | 277 | 275 | 107 | 0 | 1 | 31 | 263 | 67 | 60 |
| Binary | 110111 | 10111111 | 10111101 | 1000111 | 0 | 1 | 11001 | 10110011 | 110111 | 110000 |
Color Harmonies of #37BFBD
Complementary color
Monochromatic Colors of #37BFBD
Black with #37BFBD
Text Example
Text Example
White with #37BFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37BFBD; }
p { color: rgb(55,191,189); }
H1.HeaderClassName
{
color: #37BFBD;
}
.AnyTagClassName
{
color: #37BFBD;
}
</style>
background-color css
<style>
a { background-color: #37BFBD; }
a { background-color: rgb(55,191,189); }
div.DivClassName
{
background-color: #37BFBD;
}
.BgClassName
{
background-color: #37BFBD;
}
</style>
border-color css
<style>
span { border-color: #37BFBD; }
span { border-color: rgb(55,191,189); }
td.TdClassName
{
border-color: #37BFBD;
}
.TagClassName
{
border-color: #37BFBD;
}
</style>