Shades of Turquoise #37DCC6
Tints of Turquoise #37DCC6
RGB
CMYK
RGB Variations
Color information
#37DCC6 (or 0x37DCC6) is known color: Turquoise. HEX triplet: 37, DC and C6. RGB value is (55,220,198). Sum of RGB (Red+Green+Blue) = 55+220+198=473 (62% of max value = 765). Red value is 55 (21.88% from 255 or 11.63% from 473); Green value is 220 (86.33% from 255 or 46.51% from 473); Blue value is 198 (77.73% from 255 or 41.86% from 473); Max value from RGB is 220 - color contains mainly: green. Hex color #37DCC6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37DCC6 is #C82339. Grayscale: #A8A8A8. Windows color (decimal): -13116218 or 13032503. OLE color: 13032503.
HSL color Cylindrical-coordinate representation of color #37DCC6: hue angle of 172º 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 #37DCC6 is Cyan = 0.75, Magento = 0, Yellow = 0.1 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 55 | 220 | 198 | - |
| CMYK | 0.75 | 0 | 0.1 | 0.14 |
| HSL | 172º | 0.7% | 0.54% | - |
| HSV(B) | 172º | 0.75% | 0.86% | - |
| XYZ | 37.36 | 56.08 | 62.28 | - |
| YUV | 168.16 | 144.84 | 47.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 220 | 198 | 0.75 | 0 | 0.1 | 0.14 | 172 | 0.7 | 0.54 |
| Hex | 37 | DC | C6 | 4B | 0 | A | E | AC | 46 | 36 |
| Octal | 67 | 334 | 306 | 113 | 0 | 12 | 16 | 254 | 106 | 66 |
| Binary | 110111 | 11011100 | 11000110 | 1001011 | 0 | 1010 | 1110 | 10101100 | 1000110 | 110110 |
Color Harmonies of #37DCC6
Complementary color
Monochromatic Colors of #37DCC6
Black with #37DCC6
Text Example
Text Example
White with #37DCC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37DCC6; }
p { color: rgb(55,220,198); }
H1.HeaderClassName
{
color: #37DCC6;
}
.AnyTagClassName
{
color: #37DCC6;
}
</style>
background-color css
<style>
a { background-color: #37DCC6; }
a { background-color: rgb(55,220,198); }
div.DivClassName
{
background-color: #37DCC6;
}
.BgClassName
{
background-color: #37DCC6;
}
</style>
border-color css
<style>
span { border-color: #37DCC6; }
span { border-color: rgb(55,220,198); }
td.TdClassName
{
border-color: #37DCC6;
}
.TagClassName
{
border-color: #37DCC6;
}
</style>