Shades of Turquoise #37E7B4
Tints of Turquoise #37E7B4
RGB
CMYK
RGB Variations
Color information
#37E7B4 (or 0x37E7B4) is known color: Turquoise. HEX triplet: 37, E7 and B4. RGB value is (55,231,180). Sum of RGB (Red+Green+Blue) = 55+231+180=466 (61% of max value = 765). Red value is 55 (21.88% from 255 or 11.80% from 466); Green value is 231 (90.62% from 255 or 49.57% from 466); Blue value is 180 (70.70% from 255 or 38.63% from 466); Max value from RGB is 231 - color contains mainly: green. Hex color #37E7B4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #37E7B4 is #C8184B. Grayscale: #ACACAC. Windows color (decimal): -13113420 or 11855671. OLE color: 11855671.
HSL color Cylindrical-coordinate representation of color #37E7B4: hue angle of 162.61º degrees, saturation: 0.79, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #37E7B4 is Cyan = 0.76, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 55 | 231 | 180 | - |
| CMYK | 0.76 | 0 | 0.22 | 0.09 |
| HSL | 162.61º | 0.79% | 0.56% | - |
| HSV(B) | 162.61º | 0.76% | 0.91% | - |
| XYZ | 38.39 | 61.26 | 52.98 | - |
| YUV | 172.56 | 132.19 | 44.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 231 | 180 | 0.76 | 0 | 0.22 | 0.09 | 162.61 | 0.79 | 0.56 |
| Hex | 37 | E7 | B4 | 4C | 0 | 16 | 9 | A3 | 4F | 38 |
| Octal | 67 | 347 | 264 | 114 | 0 | 26 | 11 | 243 | 117 | 70 |
| Binary | 110111 | 11100111 | 10110100 | 1001100 | 0 | 10110 | 1001 | 10100011 | 1001111 | 111000 |
Color Harmonies of #37E7B4
Complementary color
Monochromatic Colors of #37E7B4
Black with #37E7B4
Text Example
Text Example
White with #37E7B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37E7B4; }
p { color: rgb(55,231,180); }
H1.HeaderClassName
{
color: #37E7B4;
}
.AnyTagClassName
{
color: #37E7B4;
}
</style>
background-color css
<style>
a { background-color: #37E7B4; }
a { background-color: rgb(55,231,180); }
div.DivClassName
{
background-color: #37E7B4;
}
.BgClassName
{
background-color: #37E7B4;
}
</style>
border-color css
<style>
span { border-color: #37E7B4; }
span { border-color: rgb(55,231,180); }
td.TdClassName
{
border-color: #37E7B4;
}
.TagClassName
{
border-color: #37E7B4;
}
</style>