Shades of Turquoise #37DCC1
Tints of Turquoise #37DCC1
RGB
CMYK
RGB Variations
Color information
#37DCC1 (or 0x37DCC1) is known color: Turquoise. HEX triplet: 37, DC and C1. RGB value is (55,220,193). Sum of RGB (Red+Green+Blue) = 55+220+193=468 (61% of max value = 765). Red value is 55 (21.88% from 255 or 11.75% from 468); Green value is 220 (86.33% from 255 or 47.01% from 468); Blue value is 193 (75.78% from 255 or 41.24% from 468); Max value from RGB is 220 - color contains mainly: green. Hex color #37DCC1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37DCC1 is #C8233E. Grayscale: #A7A7A7. Windows color (decimal): -13116223 or 12704823. OLE color: 12704823.
HSL color Cylindrical-coordinate representation of color #37DCC1: hue angle of 170.18º 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 #37DCC1 is Cyan = 0.75, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 55 | 220 | 193 | - |
| CMYK | 0.75 | 0 | 0.12 | 0.14 |
| HSL | 170.18º | 0.7% | 0.54% | - |
| HSV(B) | 170.18º | 0.75% | 0.86% | - |
| XYZ | 36.79 | 55.85 | 59.29 | - |
| YUV | 167.59 | 142.34 | 47.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 220 | 193 | 0.75 | 0 | 0.12 | 0.14 | 170.18 | 0.7 | 0.54 |
| Hex | 37 | DC | C1 | 4B | 0 | C | E | AA | 46 | 36 |
| Octal | 67 | 334 | 301 | 113 | 0 | 14 | 16 | 252 | 106 | 66 |
| Binary | 110111 | 11011100 | 11000001 | 1001011 | 0 | 1100 | 1110 | 10101010 | 1000110 | 110110 |
Color Harmonies of #37DCC1
Complementary color
Monochromatic Colors of #37DCC1
Black with #37DCC1
Text Example
Text Example
White with #37DCC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37DCC1; }
p { color: rgb(55,220,193); }
H1.HeaderClassName
{
color: #37DCC1;
}
.AnyTagClassName
{
color: #37DCC1;
}
</style>
background-color css
<style>
a { background-color: #37DCC1; }
a { background-color: rgb(55,220,193); }
div.DivClassName
{
background-color: #37DCC1;
}
.BgClassName
{
background-color: #37DCC1;
}
</style>
border-color css
<style>
span { border-color: #37DCC1; }
span { border-color: rgb(55,220,193); }
td.TdClassName
{
border-color: #37DCC1;
}
.TagClassName
{
border-color: #37DCC1;
}
</style>