Shades of Turquoise #37D9DC
Tints of Turquoise #37D9DC
RGB
CMYK
RGB Variations
Color information
#37D9DC (or 0x37D9DC) is known color: Turquoise. HEX triplet: 37, D9 and DC. RGB value is (55,217,220). Sum of RGB (Red+Green+Blue) = 55+217+220=492 (65% of max value = 765). Red value is 55 (21.88% from 255 or 11.18% from 492); Green value is 217 (85.16% from 255 or 44.11% from 492); Blue value is 220 (86.33% from 255 or 44.72% from 492); Max value from RGB is 220 - color contains mainly: blue. Hex color #37D9DC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37D9DC is #C82623. Grayscale: #A8A8A8. Windows color (decimal): -13116964 or 14473527. OLE color: 14473527.
HSL color Cylindrical-coordinate representation of color #37D9DC: hue angle of 181.09º 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 #37D9DC is Cyan = 0.75, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 55 | 217 | 220 | - |
| CMYK | 0.75 | 0.01 | 0 | 0.14 |
| HSL | 181.09º | 0.7% | 0.54% | - |
| HSV(B) | 181.09º | 0.75% | 0.86% | - |
| XYZ | 39.31 | 55.61 | 76.37 | - |
| YUV | 168.9 | 156.83 | 46.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 217 | 220 | 0.75 | 0.01 | 0 | 0.14 | 181.09 | 0.7 | 0.54 |
| Hex | 37 | D9 | DC | 4B | 1 | 0 | E | B5 | 46 | 36 |
| Octal | 67 | 331 | 334 | 113 | 1 | 0 | 16 | 265 | 106 | 66 |
| Binary | 110111 | 11011001 | 11011100 | 1001011 | 1 | 0 | 1110 | 10110101 | 1000110 | 110110 |
Color Harmonies of #37D9DC
Complementary color
Monochromatic Colors of #37D9DC
Black with #37D9DC
Text Example
Text Example
White with #37D9DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37D9DC; }
p { color: rgb(55,217,220); }
H1.HeaderClassName
{
color: #37D9DC;
}
.AnyTagClassName
{
color: #37D9DC;
}
</style>
background-color css
<style>
a { background-color: #37D9DC; }
a { background-color: rgb(55,217,220); }
div.DivClassName
{
background-color: #37D9DC;
}
.BgClassName
{
background-color: #37D9DC;
}
</style>
border-color css
<style>
span { border-color: #37D9DC; }
span { border-color: rgb(55,217,220); }
td.TdClassName
{
border-color: #37D9DC;
}
.TagClassName
{
border-color: #37D9DC;
}
</style>