Shades of Turquoise #37D9C0
Tints of Turquoise #37D9C0
RGB
CMYK
RGB Variations
Color information
#37D9C0 (or 0x37D9C0) is known color: Turquoise. HEX triplet: 37, D9 and C0. RGB value is (55,217,192). Sum of RGB (Red+Green+Blue) = 55+217+192=464 (61% of max value = 765). Red value is 55 (21.88% from 255 or 11.85% from 464); Green value is 217 (85.16% from 255 or 46.77% from 464); Blue value is 192 (75.39% from 255 or 41.38% from 464); Max value from RGB is 217 - color contains mainly: green. Hex color #37D9C0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37D9C0 is #C8263F. Grayscale: #A5A5A5. Windows color (decimal): -13116992 or 12638519. OLE color: 12638519.
HSL color Cylindrical-coordinate representation of color #37D9C0: hue angle of 170.74º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #37D9C0 is Cyan = 0.75, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 55 | 217 | 192 | - |
| CMYK | 0.75 | 0 | 0.12 | 0.15 |
| HSL | 170.74º | 0.68% | 0.53% | - |
| HSV(B) | 170.74º | 0.75% | 0.85% | - |
| XYZ | 35.9 | 54.24 | 58.45 | - |
| YUV | 165.71 | 142.83 | 49.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 217 | 192 | 0.75 | 0 | 0.12 | 0.15 | 170.74 | 0.68 | 0.53 |
| Hex | 37 | D9 | C0 | 4B | 0 | C | F | AB | 44 | 35 |
| Octal | 67 | 331 | 300 | 113 | 0 | 14 | 17 | 253 | 104 | 65 |
| Binary | 110111 | 11011001 | 11000000 | 1001011 | 0 | 1100 | 1111 | 10101011 | 1000100 | 110101 |
Color Harmonies of #37D9C0
Complementary color
Monochromatic Colors of #37D9C0
Black with #37D9C0
Text Example
Text Example
White with #37D9C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37D9C0; }
p { color: rgb(55,217,192); }
H1.HeaderClassName
{
color: #37D9C0;
}
.AnyTagClassName
{
color: #37D9C0;
}
</style>
background-color css
<style>
a { background-color: #37D9C0; }
a { background-color: rgb(55,217,192); }
div.DivClassName
{
background-color: #37D9C0;
}
.BgClassName
{
background-color: #37D9C0;
}
</style>
border-color css
<style>
span { border-color: #37D9C0; }
span { border-color: rgb(55,217,192); }
td.TdClassName
{
border-color: #37D9C0;
}
.TagClassName
{
border-color: #37D9C0;
}
</style>