Shades of Medium Turquoise #37D3C6
Tints of Medium Turquoise #37D3C6
RGB
CMYK
RGB Variations
Color information
#37D3C6 (or 0x37D3C6) is known color: Medium Turquoise. HEX triplet: 37, D3 and C6. RGB value is (55,211,198). Sum of RGB (Red+Green+Blue) = 55+211+198=464 (61% of max value = 765). Red value is 55 (21.88% from 255 or 11.85% from 464); Green value is 211 (82.81% from 255 or 45.47% from 464); Blue value is 198 (77.73% from 255 or 42.67% from 464); Max value from RGB is 211 - color contains mainly: green. Hex color #37D3C6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37D3C6 is #C82C39. Grayscale: #A2A2A2. Windows color (decimal): -13118522 or 13030199. OLE color: 13030199.
HSL color Cylindrical-coordinate representation of color #37D3C6: hue angle of 175º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #37D3C6 is Cyan = 0.74, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 55 | 211 | 198 | - |
| CMYK | 0.74 | 0 | 0.06 | 0.17 |
| HSL | 175º | 0.64% | 0.52% | - |
| HSV(B) | 175º | 0.74% | 0.83% | - |
| XYZ | 35.06 | 51.48 | 61.51 | - |
| YUV | 162.87 | 147.82 | 51.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 211 | 198 | 0.74 | 0 | 0.06 | 0.17 | 175 | 0.64 | 0.52 |
| Hex | 37 | D3 | C6 | 4A | 0 | 6 | 11 | AF | 40 | 34 |
| Octal | 67 | 323 | 306 | 112 | 0 | 6 | 21 | 257 | 100 | 64 |
| Binary | 110111 | 11010011 | 11000110 | 1001010 | 0 | 110 | 10001 | 10101111 | 1000000 | 110100 |
Color Harmonies of #37D3C6
Complementary color
Monochromatic Colors of #37D3C6
Black with #37D3C6
Text Example
Text Example
White with #37D3C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37D3C6; }
p { color: rgb(55,211,198); }
H1.HeaderClassName
{
color: #37D3C6;
}
.AnyTagClassName
{
color: #37D3C6;
}
</style>
background-color css
<style>
a { background-color: #37D3C6; }
a { background-color: rgb(55,211,198); }
div.DivClassName
{
background-color: #37D3C6;
}
.BgClassName
{
background-color: #37D3C6;
}
</style>
border-color css
<style>
span { border-color: #37D3C6; }
span { border-color: rgb(55,211,198); }
td.TdClassName
{
border-color: #37D3C6;
}
.TagClassName
{
border-color: #37D3C6;
}
</style>