Shades of Turquoise #37EEBE
Tints of Turquoise #37EEBE
RGB
CMYK
RGB Variations
Color information
#37EEBE (or 0x37EEBE) is known color: Turquoise. HEX triplet: 37, EE and BE. RGB value is (55,238,190). Sum of RGB (Red+Green+Blue) = 55+238+190=483 (63% of max value = 765). Red value is 55 (21.88% from 255 or 11.39% from 483); Green value is 238 (93.36% from 255 or 49.28% from 483); Blue value is 190 (74.61% from 255 or 39.34% from 483); Max value from RGB is 238 - color contains mainly: green. Hex color #37EEBE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #37EEBE is #C81141. Grayscale: #B1B1B1. Windows color (decimal): -13111618 or 12512823. OLE color: 12512823.
HSL color Cylindrical-coordinate representation of color #37EEBE: hue angle of 164.26º 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 #37EEBE is Cyan = 0.77, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 55 | 238 | 190 | - |
| CMYK | 0.77 | 0 | 0.20 | 0.07 |
| HSL | 164.26º | 0.84% | 0.57% | - |
| HSV(B) | 164.26º | 0.77% | 0.93% | - |
| XYZ | 41.44 | 65.68 | 59.21 | - |
| YUV | 177.81 | 134.87 | 40.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 238 | 190 | 0.77 | 0 | 0.20 | 0.07 | 164.26 | 0.84 | 0.57 |
| Hex | 37 | EE | BE | 4D | 0 | 14 | 7 | A4 | 54 | 39 |
| Octal | 67 | 356 | 276 | 115 | 0 | 24 | 7 | 244 | 124 | 71 |
| Binary | 110111 | 11101110 | 10111110 | 1001101 | 0 | 10100 | 111 | 10100100 | 1010100 | 111001 |
Color Harmonies of #37EEBE
Complementary color
Monochromatic Colors of #37EEBE
Black with #37EEBE
Text Example
Text Example
White with #37EEBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37EEBE; }
p { color: rgb(55,238,190); }
H1.HeaderClassName
{
color: #37EEBE;
}
.AnyTagClassName
{
color: #37EEBE;
}
</style>
background-color css
<style>
a { background-color: #37EEBE; }
a { background-color: rgb(55,238,190); }
div.DivClassName
{
background-color: #37EEBE;
}
.BgClassName
{
background-color: #37EEBE;
}
</style>
border-color css
<style>
span { border-color: #37EEBE; }
span { border-color: rgb(55,238,190); }
td.TdClassName
{
border-color: #37EEBE;
}
.TagClassName
{
border-color: #37EEBE;
}
</style>