Shades of Turquoise #37E4B7
Tints of Turquoise #37E4B7
RGB
CMYK
RGB Variations
Color information
#37E4B7 (or 0x37E4B7) is known color: Turquoise. HEX triplet: 37, E4 and B7. RGB value is (55,228,183). Sum of RGB (Red+Green+Blue) = 55+228+183=466 (61% of max value = 765). Red value is 55 (21.88% from 255 or 11.80% from 466); Green value is 228 (89.45% from 255 or 48.93% from 466); Blue value is 183 (71.88% from 255 or 39.27% from 466); Max value from RGB is 228 - color contains mainly: green. Hex color #37E4B7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37E4B7 is #C81B48. Grayscale: #ABABAB. Windows color (decimal): -13114185 or 12051511. OLE color: 12051511.
HSL color Cylindrical-coordinate representation of color #37E4B7: hue angle of 164.39º degrees, saturation: 0.76, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #37E4B7 is Cyan = 0.76, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 55 | 228 | 183 | - |
| CMYK | 0.76 | 0 | 0.20 | 0.11 |
| HSL | 164.39º | 0.76% | 0.55% | - |
| HSV(B) | 164.39º | 0.76% | 0.89% | - |
| XYZ | 37.87 | 59.72 | 54.33 | - |
| YUV | 171.14 | 134.69 | 45.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 228 | 183 | 0.76 | 0 | 0.20 | 0.11 | 164.39 | 0.76 | 0.55 |
| Hex | 37 | E4 | B7 | 4C | 0 | 14 | B | A4 | 4C | 37 |
| Octal | 67 | 344 | 267 | 114 | 0 | 24 | 13 | 244 | 114 | 67 |
| Binary | 110111 | 11100100 | 10110111 | 1001100 | 0 | 10100 | 1011 | 10100100 | 1001100 | 110111 |
Color Harmonies of #37E4B7
Complementary color
Monochromatic Colors of #37E4B7
Black with #37E4B7
Text Example
Text Example
White with #37E4B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37E4B7; }
p { color: rgb(55,228,183); }
H1.HeaderClassName
{
color: #37E4B7;
}
.AnyTagClassName
{
color: #37E4B7;
}
</style>
background-color css
<style>
a { background-color: #37E4B7; }
a { background-color: rgb(55,228,183); }
div.DivClassName
{
background-color: #37E4B7;
}
.BgClassName
{
background-color: #37E4B7;
}
</style>
border-color css
<style>
span { border-color: #37E4B7; }
span { border-color: rgb(55,228,183); }
td.TdClassName
{
border-color: #37E4B7;
}
.TagClassName
{
border-color: #37E4B7;
}
</style>