Shades of Medium Turquoise #37C2BB
Tints of Medium Turquoise #37C2BB
RGB
CMYK
RGB Variations
Color information
#37C2BB (or 0x37C2BB) is known color: Medium Turquoise. HEX triplet: 37, C2 and BB. RGB value is (55,194,187). Sum of RGB (Red+Green+Blue) = 55+194+187=436 (57% of max value = 765). Red value is 55 (21.88% from 255 or 12.61% from 436); Green value is 194 (76.17% from 255 or 44.50% from 436); Blue value is 187 (73.44% from 255 or 42.89% from 436); Max value from RGB is 194 - color contains mainly: green. Hex color #37C2BB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37C2BB is #C83D44. Grayscale: #979797. Windows color (decimal): -13122885 or 12304951. OLE color: 12304951.
HSL color Cylindrical-coordinate representation of color #37C2BB: hue angle of 176.98º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #37C2BB is Cyan = 0.72, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 55 | 194 | 187 | - |
| CMYK | 0.72 | 0 | 0.04 | 0.24 |
| HSL | 176.98º | 0.56% | 0.49% | - |
| HSV(B) | 176.98º | 0.72% | 0.76% | - |
| XYZ | 29.84 | 42.98 | 53.74 | - |
| YUV | 151.64 | 147.95 | 59.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 194 | 187 | 0.72 | 0 | 0.04 | 0.24 | 176.98 | 0.56 | 0.49 |
| Hex | 37 | C2 | BB | 48 | 0 | 4 | 18 | B1 | 38 | 31 |
| Octal | 67 | 302 | 273 | 110 | 0 | 4 | 30 | 261 | 70 | 61 |
| Binary | 110111 | 11000010 | 10111011 | 1001000 | 0 | 100 | 11000 | 10110001 | 111000 | 110001 |
Color Harmonies of #37C2BB
Complementary color
Monochromatic Colors of #37C2BB
Black with #37C2BB
Text Example
Text Example
White with #37C2BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37C2BB; }
p { color: rgb(55,194,187); }
H1.HeaderClassName
{
color: #37C2BB;
}
.AnyTagClassName
{
color: #37C2BB;
}
</style>
background-color css
<style>
a { background-color: #37C2BB; }
a { background-color: rgb(55,194,187); }
div.DivClassName
{
background-color: #37C2BB;
}
.BgClassName
{
background-color: #37C2BB;
}
</style>
border-color css
<style>
span { border-color: #37C2BB; }
span { border-color: rgb(55,194,187); }
td.TdClassName
{
border-color: #37C2BB;
}
.TagClassName
{
border-color: #37C2BB;
}
</style>