Shades of Medium Turquoise #37C5BE
Tints of Medium Turquoise #37C5BE
RGB
CMYK
RGB Variations
Color information
#37C5BE (or 0x37C5BE) is known color: Medium Turquoise. HEX triplet: 37, C5 and BE. RGB value is (55,197,190). Sum of RGB (Red+Green+Blue) = 55+197+190=442 (58% of max value = 765). Red value is 55 (21.88% from 255 or 12.44% from 442); Green value is 197 (77.34% from 255 or 44.57% from 442); Blue value is 190 (74.61% from 255 or 42.99% from 442); Max value from RGB is 197 - color contains mainly: green. Hex color #37C5BE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37C5BE is #C83A41. Grayscale: #999999. Windows color (decimal): -13122114 or 12502327. OLE color: 12502327.
HSL color Cylindrical-coordinate representation of color #37C5BE: hue angle of 177.04º 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 #37C5BE is Cyan = 0.72, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 55 | 197 | 190 | - |
| CMYK | 0.72 | 0 | 0.04 | 0.23 |
| HSL | 177.04º | 0.56% | 0.49% | - |
| HSV(B) | 177.04º | 0.72% | 0.77% | - |
| XYZ | 30.84 | 44.46 | 55.67 | - |
| YUV | 153.74 | 148.46 | 57.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 197 | 190 | 0.72 | 0 | 0.04 | 0.23 | 177.04 | 0.56 | 0.49 |
| Hex | 37 | C5 | BE | 48 | 0 | 4 | 17 | B1 | 38 | 31 |
| Octal | 67 | 305 | 276 | 110 | 0 | 4 | 27 | 261 | 70 | 61 |
| Binary | 110111 | 11000101 | 10111110 | 1001000 | 0 | 100 | 10111 | 10110001 | 111000 | 110001 |
Color Harmonies of #37C5BE
Complementary color
Monochromatic Colors of #37C5BE
Black with #37C5BE
Text Example
Text Example
White with #37C5BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37C5BE; }
p { color: rgb(55,197,190); }
H1.HeaderClassName
{
color: #37C5BE;
}
.AnyTagClassName
{
color: #37C5BE;
}
</style>
background-color css
<style>
a { background-color: #37C5BE; }
a { background-color: rgb(55,197,190); }
div.DivClassName
{
background-color: #37C5BE;
}
.BgClassName
{
background-color: #37C5BE;
}
</style>
border-color css
<style>
span { border-color: #37C5BE; }
span { border-color: rgb(55,197,190); }
td.TdClassName
{
border-color: #37C5BE;
}
.TagClassName
{
border-color: #37C5BE;
}
</style>