Shades of Turquoise #37DCBA
Tints of Turquoise #37DCBA
RGB
CMYK
RGB Variations
Color information
#37DCBA (or 0x37DCBA) is known color: Turquoise. HEX triplet: 37, DC and BA. RGB value is (55,220,186). Sum of RGB (Red+Green+Blue) = 55+220+186=461 (61% of max value = 765). Red value is 55 (21.88% from 255 or 11.93% from 461); Green value is 220 (86.33% from 255 or 47.72% from 461); Blue value is 186 (73.05% from 255 or 40.35% from 461); Max value from RGB is 220 - color contains mainly: green. Hex color #37DCBA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37DCBA is #C82345. Grayscale: #A6A6A6. Windows color (decimal): -13116230 or 12246071. OLE color: 12246071.
HSL color Cylindrical-coordinate representation of color #37DCBA: hue angle of 167.64º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #37DCBA is Cyan = 0.75, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 55 | 220 | 186 | - |
| CMYK | 0.75 | 0 | 0.15 | 0.14 |
| HSL | 167.64º | 0.7% | 0.54% | - |
| HSV(B) | 167.64º | 0.75% | 0.86% | - |
| XYZ | 36.03 | 55.54 | 55.28 | - |
| YUV | 166.79 | 138.84 | 48.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 220 | 186 | 0.75 | 0 | 0.15 | 0.14 | 167.64 | 0.7 | 0.54 |
| Hex | 37 | DC | BA | 4B | 0 | F | E | A8 | 46 | 36 |
| Octal | 67 | 334 | 272 | 113 | 0 | 17 | 16 | 250 | 106 | 66 |
| Binary | 110111 | 11011100 | 10111010 | 1001011 | 0 | 1111 | 1110 | 10101000 | 1000110 | 110110 |
Color Harmonies of #37DCBA
Complementary color
Monochromatic Colors of #37DCBA
Black with #37DCBA
Text Example
Text Example
White with #37DCBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37DCBA; }
p { color: rgb(55,220,186); }
H1.HeaderClassName
{
color: #37DCBA;
}
.AnyTagClassName
{
color: #37DCBA;
}
</style>
background-color css
<style>
a { background-color: #37DCBA; }
a { background-color: rgb(55,220,186); }
div.DivClassName
{
background-color: #37DCBA;
}
.BgClassName
{
background-color: #37DCBA;
}
</style>
border-color css
<style>
span { border-color: #37DCBA; }
span { border-color: rgb(55,220,186); }
td.TdClassName
{
border-color: #37DCBA;
}
.TagClassName
{
border-color: #37DCBA;
}
</style>