Shades of Medium Turquoise #37C9DC
Tints of Medium Turquoise #37C9DC
RGB
CMYK
RGB Variations
Color information
#37C9DC (or 0x37C9DC) is known color: Medium Turquoise. HEX triplet: 37, C9 and DC. RGB value is (55,201,220). Sum of RGB (Red+Green+Blue) = 55+201+220=476 (63% of max value = 765). Red value is 55 (21.88% from 255 or 11.55% from 476); Green value is 201 (78.91% from 255 or 42.23% from 476); Blue value is 220 (86.33% from 255 or 46.22% from 476); Max value from RGB is 220 - color contains mainly: blue. Hex color #37C9DC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37C9DC is #C83623. Grayscale: #9F9F9F. Windows color (decimal): -13121060 or 14469431. OLE color: 14469431.
HSL color Cylindrical-coordinate representation of color #37C9DC: hue angle of 186.91º 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 #37C9DC is Cyan = 0.75, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 55 | 201 | 220 | - |
| CMYK | 0.75 | 0.09 | 0 | 0.14 |
| HSL | 186.91º | 0.7% | 0.54% | - |
| HSV(B) | 186.91º | 0.75% | 0.86% | - |
| XYZ | 35.38 | 47.75 | 75.06 | - |
| YUV | 159.51 | 162.13 | 53.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 201 | 220 | 0.75 | 0.09 | 0 | 0.14 | 186.91 | 0.7 | 0.54 |
| Hex | 37 | C9 | DC | 4B | 9 | 0 | E | BB | 46 | 36 |
| Octal | 67 | 311 | 334 | 113 | 11 | 0 | 16 | 273 | 106 | 66 |
| Binary | 110111 | 11001001 | 11011100 | 1001011 | 1001 | 0 | 1110 | 10111011 | 1000110 | 110110 |
Color Harmonies of #37C9DC
Complementary color
Monochromatic Colors of #37C9DC
Black with #37C9DC
Text Example
Text Example
White with #37C9DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37C9DC; }
p { color: rgb(55,201,220); }
H1.HeaderClassName
{
color: #37C9DC;
}
.AnyTagClassName
{
color: #37C9DC;
}
</style>
background-color css
<style>
a { background-color: #37C9DC; }
a { background-color: rgb(55,201,220); }
div.DivClassName
{
background-color: #37C9DC;
}
.BgClassName
{
background-color: #37C9DC;
}
</style>
border-color css
<style>
span { border-color: #37C9DC; }
span { border-color: rgb(55,201,220); }
td.TdClassName
{
border-color: #37C9DC;
}
.TagClassName
{
border-color: #37C9DC;
}
</style>