Shades of Turquoise #37EABE
Tints of Turquoise #37EABE
RGB
CMYK
RGB Variations
Color information
#37EABE (or 0x37EABE) is known color: Turquoise. HEX triplet: 37, EA and BE. RGB value is (55,234,190). Sum of RGB (Red+Green+Blue) = 55+234+190=479 (63% of max value = 765). Red value is 55 (21.88% from 255 or 11.48% from 479); Green value is 234 (91.80% from 255 or 48.85% from 479); Blue value is 190 (74.61% from 255 or 39.67% from 479); Max value from RGB is 234 - color contains mainly: green. Hex color #37EABE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #37EABE is #C81541. Grayscale: #AFAFAF. Windows color (decimal): -13112642 or 12511799. OLE color: 12511799.
HSL color Cylindrical-coordinate representation of color #37EABE: hue angle of 165.25º 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 #37EABE is Cyan = 0.76, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 55 | 234 | 190 | - |
| CMYK | 0.76 | 0 | 0.19 | 0.08 |
| HSL | 165.25º | 0.81% | 0.57% | - |
| HSV(B) | 165.25º | 0.76% | 0.92% | - |
| XYZ | 40.29 | 63.38 | 58.82 | - |
| YUV | 175.46 | 136.2 | 42.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 234 | 190 | 0.76 | 0 | 0.19 | 0.08 | 165.25 | 0.81 | 0.57 |
| Hex | 37 | EA | BE | 4C | 0 | 13 | 8 | A5 | 51 | 39 |
| Octal | 67 | 352 | 276 | 114 | 0 | 23 | 10 | 245 | 121 | 71 |
| Binary | 110111 | 11101010 | 10111110 | 1001100 | 0 | 10011 | 1000 | 10100101 | 1010001 | 111001 |
Color Harmonies of #37EABE
Complementary color
Monochromatic Colors of #37EABE
Black with #37EABE
Text Example
Text Example
White with #37EABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37EABE; }
p { color: rgb(55,234,190); }
H1.HeaderClassName
{
color: #37EABE;
}
.AnyTagClassName
{
color: #37EABE;
}
</style>
background-color css
<style>
a { background-color: #37EABE; }
a { background-color: rgb(55,234,190); }
div.DivClassName
{
background-color: #37EABE;
}
.BgClassName
{
background-color: #37EABE;
}
</style>
border-color css
<style>
span { border-color: #37EABE; }
span { border-color: rgb(55,234,190); }
td.TdClassName
{
border-color: #37EABE;
}
.TagClassName
{
border-color: #37EABE;
}
</style>