Shades of Turquoise #37EABF
Tints of Turquoise #37EABF
RGB
CMYK
RGB Variations
Color information
#37EABF (or 0x37EABF) is known color: Turquoise. HEX triplet: 37, EA and BF. RGB value is (55,234,191). Sum of RGB (Red+Green+Blue) = 55+234+191=480 (63% of max value = 765). Red value is 55 (21.88% from 255 or 11.46% from 480); Green value is 234 (91.80% from 255 or 48.75% from 480); Blue value is 191 (75% from 255 or 39.79% from 480); Max value from RGB is 234 - color contains mainly: green. Hex color #37EABF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #37EABF is #C81540. Grayscale: #AFAFAF. Windows color (decimal): -13112641 or 12577335. OLE color: 12577335.
HSL color Cylindrical-coordinate representation of color #37EABF: hue angle of 165.59º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #37EABF is Cyan = 0.76, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 55 | 234 | 191 | - |
| CMYK | 0.76 | 0 | 0.18 | 0.08 |
| HSL | 165.59º | 0.81% | 0.57% | - |
| HSV(B) | 165.59º | 0.76% | 0.92% | - |
| XYZ | 40.4 | 63.42 | 59.4 | - |
| YUV | 175.58 | 136.7 | 42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 234 | 191 | 0.76 | 0 | 0.18 | 0.08 | 165.59 | 0.81 | 0.57 |
| Hex | 37 | EA | BF | 4C | 0 | 12 | 8 | A6 | 51 | 39 |
| Octal | 67 | 352 | 277 | 114 | 0 | 22 | 10 | 246 | 121 | 71 |
| Binary | 110111 | 11101010 | 10111111 | 1001100 | 0 | 10010 | 1000 | 10100110 | 1010001 | 111001 |
Color Harmonies of #37EABF
Complementary color
Monochromatic Colors of #37EABF
Black with #37EABF
Text Example
Text Example
White with #37EABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37EABF; }
p { color: rgb(55,234,191); }
H1.HeaderClassName
{
color: #37EABF;
}
.AnyTagClassName
{
color: #37EABF;
}
</style>
background-color css
<style>
a { background-color: #37EABF; }
a { background-color: rgb(55,234,191); }
div.DivClassName
{
background-color: #37EABF;
}
.BgClassName
{
background-color: #37EABF;
}
</style>
border-color css
<style>
span { border-color: #37EABF; }
span { border-color: rgb(55,234,191); }
td.TdClassName
{
border-color: #37EABF;
}
.TagClassName
{
border-color: #37EABF;
}
</style>