Shades of Medium Turquoise #37D1B6
Tints of Medium Turquoise #37D1B6
RGB
CMYK
RGB Variations
Color information
#37D1B6 (or 0x37D1B6) is known color: Medium Turquoise. HEX triplet: 37, D1 and B6. RGB value is (55,209,182). Sum of RGB (Red+Green+Blue) = 55+209+182=446 (59% of max value = 765). Red value is 55 (21.88% from 255 or 12.33% from 446); Green value is 209 (82.03% from 255 or 46.86% from 446); Blue value is 182 (71.48% from 255 or 40.81% from 446); Max value from RGB is 209 - color contains mainly: green. Hex color #37D1B6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37D1B6 is #C82E49. Grayscale: #9F9F9F. Windows color (decimal): -13119050 or 11981111. OLE color: 11981111.
HSL color Cylindrical-coordinate representation of color #37D1B6: hue angle of 169.48º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #37D1B6 is Cyan = 0.74, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 55 | 209 | 182 | - |
| CMYK | 0.74 | 0 | 0.13 | 0.18 |
| HSL | 169.48º | 0.63% | 0.52% | - |
| HSV(B) | 169.48º | 0.74% | 0.82% | - |
| XYZ | 32.82 | 49.79 | 52.14 | - |
| YUV | 159.88 | 140.48 | 53.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 209 | 182 | 0.74 | 0 | 0.13 | 0.18 | 169.48 | 0.63 | 0.52 |
| Hex | 37 | D1 | B6 | 4A | 0 | D | 12 | A9 | 3F | 34 |
| Octal | 67 | 321 | 266 | 112 | 0 | 15 | 22 | 251 | 77 | 64 |
| Binary | 110111 | 11010001 | 10110110 | 1001010 | 0 | 1101 | 10010 | 10101001 | 111111 | 110100 |
Color Harmonies of #37D1B6
Complementary color
Monochromatic Colors of #37D1B6
Black with #37D1B6
Text Example
Text Example
White with #37D1B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37D1B6; }
p { color: rgb(55,209,182); }
H1.HeaderClassName
{
color: #37D1B6;
}
.AnyTagClassName
{
color: #37D1B6;
}
</style>
background-color css
<style>
a { background-color: #37D1B6; }
a { background-color: rgb(55,209,182); }
div.DivClassName
{
background-color: #37D1B6;
}
.BgClassName
{
background-color: #37D1B6;
}
</style>
border-color css
<style>
span { border-color: #37D1B6; }
span { border-color: rgb(55,209,182); }
td.TdClassName
{
border-color: #37D1B6;
}
.TagClassName
{
border-color: #37D1B6;
}
</style>