Shades of Turquoise #37EEBA
Tints of Turquoise #37EEBA
RGB
CMYK
RGB Variations
Color information
#37EEBA (or 0x37EEBA) is known color: Turquoise. HEX triplet: 37, EE and BA. RGB value is (55,238,186). Sum of RGB (Red+Green+Blue) = 55+238+186=479 (63% of max value = 765). Red value is 55 (21.88% from 255 or 11.48% from 479); Green value is 238 (93.36% from 255 or 49.69% from 479); Blue value is 186 (73.05% from 255 or 38.83% from 479); Max value from RGB is 238 - color contains mainly: green. Hex color #37EEBA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #37EEBA is #C81145. Grayscale: #B1B1B1. Windows color (decimal): -13111622 or 12250679. OLE color: 12250679.
HSL color Cylindrical-coordinate representation of color #37EEBA: hue angle of 162.95º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #37EEBA is Cyan = 0.77, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 55 | 238 | 186 | - |
| CMYK | 0.77 | 0 | 0.22 | 0.07 |
| HSL | 162.95º | 0.84% | 0.57% | - |
| HSV(B) | 162.95º | 0.77% | 0.93% | - |
| XYZ | 41.01 | 65.51 | 56.94 | - |
| YUV | 177.36 | 132.87 | 40.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 238 | 186 | 0.77 | 0 | 0.22 | 0.07 | 162.95 | 0.84 | 0.57 |
| Hex | 37 | EE | BA | 4D | 0 | 16 | 7 | A3 | 54 | 39 |
| Octal | 67 | 356 | 272 | 115 | 0 | 26 | 7 | 243 | 124 | 71 |
| Binary | 110111 | 11101110 | 10111010 | 1001101 | 0 | 10110 | 111 | 10100011 | 1010100 | 111001 |
Color Harmonies of #37EEBA
Complementary color
Monochromatic Colors of #37EEBA
Black with #37EEBA
Text Example
Text Example
White with #37EEBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37EEBA; }
p { color: rgb(55,238,186); }
H1.HeaderClassName
{
color: #37EEBA;
}
.AnyTagClassName
{
color: #37EEBA;
}
</style>
background-color css
<style>
a { background-color: #37EEBA; }
a { background-color: rgb(55,238,186); }
div.DivClassName
{
background-color: #37EEBA;
}
.BgClassName
{
background-color: #37EEBA;
}
</style>
border-color css
<style>
span { border-color: #37EEBA; }
span { border-color: rgb(55,238,186); }
td.TdClassName
{
border-color: #37EEBA;
}
.TagClassName
{
border-color: #37EEBA;
}
</style>