Shades of Turquoise #37F4C0
Tints of Turquoise #37F4C0
RGB
CMYK
RGB Variations
Color information
#37F4C0 (or 0x37F4C0) is known color: Turquoise. HEX triplet: 37, F4 and C0. RGB value is (55,244,192). Sum of RGB (Red+Green+Blue) = 55+244+192=491 (65% of max value = 765). Red value is 55 (21.88% from 255 or 11.20% from 491); Green value is 244 (95.70% from 255 or 49.69% from 491); Blue value is 192 (75.39% from 255 or 39.10% from 491); Max value from RGB is 244 - color contains mainly: green. Hex color #37F4C0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #37F4C0 is #C80B3F. Grayscale: #B5B5B5. Windows color (decimal): -13110080 or 12645431. OLE color: 12645431.
HSL color Cylindrical-coordinate representation of color #37F4C0: hue angle of 163.49º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #37F4C0 is Cyan = 0.77, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 55 | 244 | 192 | - |
| CMYK | 0.77 | 0 | 0.21 | 0.04 |
| HSL | 163.49º | 0.9% | 0.59% | - |
| HSV(B) | 163.49º | 0.77% | 0.96% | - |
| XYZ | 43.44 | 69.32 | 60.96 | - |
| YUV | 181.56 | 133.88 | 37.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 244 | 192 | 0.77 | 0 | 0.21 | 0.04 | 163.49 | 0.9 | 0.59 |
| Hex | 37 | F4 | C0 | 4D | 0 | 15 | 4 | A3 | 5A | 3B |
| Octal | 67 | 364 | 300 | 115 | 0 | 25 | 4 | 243 | 132 | 73 |
| Binary | 110111 | 11110100 | 11000000 | 1001101 | 0 | 10101 | 100 | 10100011 | 1011010 | 111011 |
Color Harmonies of #37F4C0
Complementary color
Monochromatic Colors of #37F4C0
Black with #37F4C0
Text Example
Text Example
White with #37F4C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37F4C0; }
p { color: rgb(55,244,192); }
H1.HeaderClassName
{
color: #37F4C0;
}
.AnyTagClassName
{
color: #37F4C0;
}
</style>
background-color css
<style>
a { background-color: #37F4C0; }
a { background-color: rgb(55,244,192); }
div.DivClassName
{
background-color: #37F4C0;
}
.BgClassName
{
background-color: #37F4C0;
}
</style>
border-color css
<style>
span { border-color: #37F4C0; }
span { border-color: rgb(55,244,192); }
td.TdClassName
{
border-color: #37F4C0;
}
.TagClassName
{
border-color: #37F4C0;
}
</style>