Shades of Turquoise #37DCC0
Tints of Turquoise #37DCC0
RGB
CMYK
RGB Variations
Color information
#37DCC0 (or 0x37DCC0) is known color: Turquoise. HEX triplet: 37, DC and C0. RGB value is (55,220,192). Sum of RGB (Red+Green+Blue) = 55+220+192=467 (61% of max value = 765). Red value is 55 (21.88% from 255 or 11.78% from 467); Green value is 220 (86.33% from 255 or 47.11% from 467); Blue value is 192 (75.39% from 255 or 41.11% from 467); Max value from RGB is 220 - color contains mainly: green. Hex color #37DCC0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37DCC0 is #C8233F. Grayscale: #A7A7A7. Windows color (decimal): -13116224 or 12639287. OLE color: 12639287.
HSL color Cylindrical-coordinate representation of color #37DCC0: hue angle of 169.82º 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 #37DCC0 is Cyan = 0.75, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 55 | 220 | 192 | - |
| CMYK | 0.75 | 0 | 0.13 | 0.14 |
| HSL | 169.82º | 0.7% | 0.54% | - |
| HSV(B) | 169.82º | 0.75% | 0.86% | - |
| XYZ | 36.68 | 55.8 | 58.71 | - |
| YUV | 167.47 | 141.84 | 47.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 220 | 192 | 0.75 | 0 | 0.13 | 0.14 | 169.82 | 0.7 | 0.54 |
| Hex | 37 | DC | C0 | 4B | 0 | D | E | AA | 46 | 36 |
| Octal | 67 | 334 | 300 | 113 | 0 | 15 | 16 | 252 | 106 | 66 |
| Binary | 110111 | 11011100 | 11000000 | 1001011 | 0 | 1101 | 1110 | 10101010 | 1000110 | 110110 |
Color Harmonies of #37DCC0
Complementary color
Monochromatic Colors of #37DCC0
Black with #37DCC0
Text Example
Text Example
White with #37DCC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37DCC0; }
p { color: rgb(55,220,192); }
H1.HeaderClassName
{
color: #37DCC0;
}
.AnyTagClassName
{
color: #37DCC0;
}
</style>
background-color css
<style>
a { background-color: #37DCC0; }
a { background-color: rgb(55,220,192); }
div.DivClassName
{
background-color: #37DCC0;
}
.BgClassName
{
background-color: #37DCC0;
}
</style>
border-color css
<style>
span { border-color: #37DCC0; }
span { border-color: rgb(55,220,192); }
td.TdClassName
{
border-color: #37DCC0;
}
.TagClassName
{
border-color: #37DCC0;
}
</style>