Shades of Medium Turquoise #37D2BE
Tints of Medium Turquoise #37D2BE
RGB
CMYK
RGB Variations
Color information
#37D2BE (or 0x37D2BE) is known color: Medium Turquoise. HEX triplet: 37, D2 and BE. RGB value is (55,210,190). Sum of RGB (Red+Green+Blue) = 55+210+190=455 (60% of max value = 765). Red value is 55 (21.88% from 255 or 12.09% from 455); Green value is 210 (82.42% from 255 or 46.15% from 455); Blue value is 190 (74.61% from 255 or 41.76% from 455); Max value from RGB is 210 - color contains mainly: green. Hex color #37D2BE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37D2BE is #C82D41. Grayscale: #A1A1A1. Windows color (decimal): -13118786 or 12505655. OLE color: 12505655.
HSL color Cylindrical-coordinate representation of color #37D2BE: hue angle of 172.26º 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 #37D2BE is Cyan = 0.74, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 55 | 210 | 190 | - |
| CMYK | 0.74 | 0 | 0.10 | 0.18 |
| HSL | 172.26º | 0.63% | 0.52% | - |
| HSV(B) | 172.26º | 0.74% | 0.82% | - |
| XYZ | 33.92 | 50.62 | 56.7 | - |
| YUV | 161.38 | 144.15 | 52.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 210 | 190 | 0.74 | 0 | 0.10 | 0.18 | 172.26 | 0.63 | 0.52 |
| Hex | 37 | D2 | BE | 4A | 0 | A | 12 | AC | 3F | 34 |
| Octal | 67 | 322 | 276 | 112 | 0 | 12 | 22 | 254 | 77 | 64 |
| Binary | 110111 | 11010010 | 10111110 | 1001010 | 0 | 1010 | 10010 | 10101100 | 111111 | 110100 |
Color Harmonies of #37D2BE
Complementary color
Monochromatic Colors of #37D2BE
Black with #37D2BE
Text Example
Text Example
White with #37D2BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37D2BE; }
p { color: rgb(55,210,190); }
H1.HeaderClassName
{
color: #37D2BE;
}
.AnyTagClassName
{
color: #37D2BE;
}
</style>
background-color css
<style>
a { background-color: #37D2BE; }
a { background-color: rgb(55,210,190); }
div.DivClassName
{
background-color: #37D2BE;
}
.BgClassName
{
background-color: #37D2BE;
}
</style>
border-color css
<style>
span { border-color: #37D2BE; }
span { border-color: rgb(55,210,190); }
td.TdClassName
{
border-color: #37D2BE;
}
.TagClassName
{
border-color: #37D2BE;
}
</style>