Shades of Medium Turquoise #37C4BA
Tints of Medium Turquoise #37C4BA
RGB
CMYK
RGB Variations
Color information
#37C4BA (or 0x37C4BA) is known color: Medium Turquoise. HEX triplet: 37, C4 and BA. RGB value is (55,196,186). Sum of RGB (Red+Green+Blue) = 55+196+186=437 (57% of max value = 765). Red value is 55 (21.88% from 255 or 12.59% from 437); Green value is 196 (76.95% from 255 or 44.85% from 437); Blue value is 186 (73.05% from 255 or 42.56% from 437); Max value from RGB is 196 - color contains mainly: green. Hex color #37C4BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37C4BA is #C83B45. Grayscale: #989898. Windows color (decimal): -13122374 or 12239927. OLE color: 12239927.
HSL color Cylindrical-coordinate representation of color #37C4BA: hue angle of 175.74º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #37C4BA is Cyan = 0.72, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 55 | 196 | 186 | - |
| CMYK | 0.72 | 0 | 0.05 | 0.23 |
| HSL | 175.74º | 0.56% | 0.49% | - |
| HSV(B) | 175.74º | 0.72% | 0.77% | - |
| XYZ | 30.18 | 43.84 | 53.33 | - |
| YUV | 152.7 | 146.79 | 58.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 196 | 186 | 0.72 | 0 | 0.05 | 0.23 | 175.74 | 0.56 | 0.49 |
| Hex | 37 | C4 | BA | 48 | 0 | 5 | 17 | B0 | 38 | 31 |
| Octal | 67 | 304 | 272 | 110 | 0 | 5 | 27 | 260 | 70 | 61 |
| Binary | 110111 | 11000100 | 10111010 | 1001000 | 0 | 101 | 10111 | 10110000 | 111000 | 110001 |
Color Harmonies of #37C4BA
Complementary color
Monochromatic Colors of #37C4BA
Black with #37C4BA
Text Example
Text Example
White with #37C4BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37C4BA; }
p { color: rgb(55,196,186); }
H1.HeaderClassName
{
color: #37C4BA;
}
.AnyTagClassName
{
color: #37C4BA;
}
</style>
background-color css
<style>
a { background-color: #37C4BA; }
a { background-color: rgb(55,196,186); }
div.DivClassName
{
background-color: #37C4BA;
}
.BgClassName
{
background-color: #37C4BA;
}
</style>
border-color css
<style>
span { border-color: #37C4BA; }
span { border-color: rgb(55,196,186); }
td.TdClassName
{
border-color: #37C4BA;
}
.TagClassName
{
border-color: #37C4BA;
}
</style>