Shades of Medium Turquoise #37CABB
Tints of Medium Turquoise #37CABB
RGB
CMYK
RGB Variations
Color information
#37CABB (or 0x37CABB) is known color: Medium Turquoise. HEX triplet: 37, CA and BB. RGB value is (55,202,187). Sum of RGB (Red+Green+Blue) = 55+202+187=444 (58% of max value = 765). Red value is 55 (21.88% from 255 or 12.39% from 444); Green value is 202 (79.30% from 255 or 45.50% from 444); Blue value is 187 (73.44% from 255 or 42.12% from 444); Max value from RGB is 202 - color contains mainly: green. Hex color #37CABB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37CABB is #C83544. Grayscale: #9C9C9C. Windows color (decimal): -13120837 or 12306999. OLE color: 12306999.
HSL color Cylindrical-coordinate representation of color #37CABB: hue angle of 173.88º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #37CABB is Cyan = 0.73, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 55 | 202 | 187 | - |
| CMYK | 0.73 | 0 | 0.07 | 0.21 |
| HSL | 173.88º | 0.58% | 0.5% | - |
| HSV(B) | 173.88º | 0.73% | 0.79% | - |
| XYZ | 31.67 | 46.64 | 54.35 | - |
| YUV | 156.34 | 145.3 | 55.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 202 | 187 | 0.73 | 0 | 0.07 | 0.21 | 173.88 | 0.58 | 0.5 |
| Hex | 37 | CA | BB | 49 | 0 | 7 | 15 | AE | 3A | 32 |
| Octal | 67 | 312 | 273 | 111 | 0 | 7 | 25 | 256 | 72 | 62 |
| Binary | 110111 | 11001010 | 10111011 | 1001001 | 0 | 111 | 10101 | 10101110 | 111010 | 110010 |
Color Harmonies of #37CABB
Complementary color
Monochromatic Colors of #37CABB
Black with #37CABB
Text Example
Text Example
White with #37CABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37CABB; }
p { color: rgb(55,202,187); }
H1.HeaderClassName
{
color: #37CABB;
}
.AnyTagClassName
{
color: #37CABB;
}
</style>
background-color css
<style>
a { background-color: #37CABB; }
a { background-color: rgb(55,202,187); }
div.DivClassName
{
background-color: #37CABB;
}
.BgClassName
{
background-color: #37CABB;
}
</style>
border-color css
<style>
span { border-color: #37CABB; }
span { border-color: rgb(55,202,187); }
td.TdClassName
{
border-color: #37CABB;
}
.TagClassName
{
border-color: #37CABB;
}
</style>