Shades of Turquoise #37F3C7
Tints of Turquoise #37F3C7
RGB
CMYK
RGB Variations
Color information
#37F3C7 (or 0x37F3C7) is known color: Turquoise. HEX triplet: 37, F3 and C7. RGB value is (55,243,199). Sum of RGB (Red+Green+Blue) = 55+243+199=497 (65% of max value = 765). Red value is 55 (21.88% from 255 or 11.07% from 497); Green value is 243 (95.31% from 255 or 48.89% from 497); Blue value is 199 (78.12% from 255 or 40.04% from 497); Max value from RGB is 243 - color contains mainly: green. Hex color #37F3C7 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #37F3C7 is #C80C38. Grayscale: #B5B5B5. Windows color (decimal): -13110329 or 13103927. OLE color: 13103927.
HSL color Cylindrical-coordinate representation of color #37F3C7: hue angle of 165.96º degrees, saturation: 0.89, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #37F3C7 is Cyan = 0.77, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 55 | 243 | 199 | - |
| CMYK | 0.77 | 0 | 0.18 | 0.05 |
| HSL | 165.96º | 0.89% | 0.58% | - |
| HSV(B) | 165.96º | 0.77% | 0.95% | - |
| XYZ | 43.93 | 69.04 | 65.04 | - |
| YUV | 181.77 | 137.72 | 37.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 243 | 199 | 0.77 | 0 | 0.18 | 0.05 | 165.96 | 0.89 | 0.58 |
| Hex | 37 | F3 | C7 | 4D | 0 | 12 | 5 | A6 | 59 | 3A |
| Octal | 67 | 363 | 307 | 115 | 0 | 22 | 5 | 246 | 131 | 72 |
| Binary | 110111 | 11110011 | 11000111 | 1001101 | 0 | 10010 | 101 | 10100110 | 1011001 | 111010 |
Color Harmonies of #37F3C7
Complementary color
Monochromatic Colors of #37F3C7
Black with #37F3C7
Text Example
Text Example
White with #37F3C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37F3C7; }
p { color: rgb(55,243,199); }
H1.HeaderClassName
{
color: #37F3C7;
}
.AnyTagClassName
{
color: #37F3C7;
}
</style>
background-color css
<style>
a { background-color: #37F3C7; }
a { background-color: rgb(55,243,199); }
div.DivClassName
{
background-color: #37F3C7;
}
.BgClassName
{
background-color: #37F3C7;
}
</style>
border-color css
<style>
span { border-color: #37F3C7; }
span { border-color: rgb(55,243,199); }
td.TdClassName
{
border-color: #37F3C7;
}
.TagClassName
{
border-color: #37F3C7;
}
</style>