Shades of Medium Turquoise #37C1BD
Tints of Medium Turquoise #37C1BD
RGB
CMYK
RGB Variations
Color information
#37C1BD (or 0x37C1BD) is known color: Medium Turquoise. HEX triplet: 37, C1 and BD. RGB value is (55,193,189). Sum of RGB (Red+Green+Blue) = 55+193+189=437 (57% of max value = 765). Red value is 55 (21.88% from 255 or 12.59% from 437); Green value is 193 (75.78% from 255 or 44.16% from 437); Blue value is 189 (74.22% from 255 or 43.25% from 437); Max value from RGB is 193 - color contains mainly: green. Hex color #37C1BD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37C1BD is #C83E42. Grayscale: #979797. Windows color (decimal): -13123139 or 12435767. OLE color: 12435767.
HSL color Cylindrical-coordinate representation of color #37C1BD: hue angle of 178.26º 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 #37C1BD is Cyan = 0.72, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 55 | 193 | 189 | - |
| CMYK | 0.72 | 0 | 0.02 | 0.24 |
| HSL | 178.26º | 0.56% | 0.49% | - |
| HSV(B) | 178.26º | 0.72% | 0.76% | - |
| XYZ | 29.83 | 42.63 | 54.8 | - |
| YUV | 151.28 | 149.28 | 59.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 193 | 189 | 0.72 | 0 | 0.02 | 0.24 | 178.26 | 0.56 | 0.49 |
| Hex | 37 | C1 | BD | 48 | 0 | 2 | 18 | B2 | 38 | 31 |
| Octal | 67 | 301 | 275 | 110 | 0 | 2 | 30 | 262 | 70 | 61 |
| Binary | 110111 | 11000001 | 10111101 | 1001000 | 0 | 10 | 11000 | 10110010 | 111000 | 110001 |
Color Harmonies of #37C1BD
Complementary color
Monochromatic Colors of #37C1BD
Black with #37C1BD
Text Example
Text Example
White with #37C1BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37C1BD; }
p { color: rgb(55,193,189); }
H1.HeaderClassName
{
color: #37C1BD;
}
.AnyTagClassName
{
color: #37C1BD;
}
</style>
background-color css
<style>
a { background-color: #37C1BD; }
a { background-color: rgb(55,193,189); }
div.DivClassName
{
background-color: #37C1BD;
}
.BgClassName
{
background-color: #37C1BD;
}
</style>
border-color css
<style>
span { border-color: #37C1BD; }
span { border-color: rgb(55,193,189); }
td.TdClassName
{
border-color: #37C1BD;
}
.TagClassName
{
border-color: #37C1BD;
}
</style>