Shades of Turquoise #37EBB5
Tints of Turquoise #37EBB5
RGB
CMYK
RGB Variations
Color information
#37EBB5 (or 0x37EBB5) is known color: Turquoise. HEX triplet: 37, EB and B5. RGB value is (55,235,181). Sum of RGB (Red+Green+Blue) = 55+235+181=471 (62% of max value = 765). Red value is 55 (21.88% from 255 or 11.68% from 471); Green value is 235 (92.19% from 255 or 49.89% from 471); Blue value is 181 (71.09% from 255 or 38.43% from 471); Max value from RGB is 235 - color contains mainly: green. Hex color #37EBB5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #37EBB5 is #C8144A. Grayscale: #AFAFAF. Windows color (decimal): -13112395 or 11922231. OLE color: 11922231.
HSL color Cylindrical-coordinate representation of color #37EBB5: hue angle of 162º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #37EBB5 is Cyan = 0.77, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 55 | 235 | 181 | - |
| CMYK | 0.77 | 0 | 0.23 | 0.08 |
| HSL | 162º | 0.82% | 0.57% | - |
| HSV(B) | 162º | 0.77% | 0.92% | - |
| XYZ | 39.62 | 63.57 | 53.9 | - |
| YUV | 175.02 | 131.37 | 42.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 235 | 181 | 0.77 | 0 | 0.23 | 0.08 | 162 | 0.82 | 0.57 |
| Hex | 37 | EB | B5 | 4D | 0 | 17 | 8 | A2 | 52 | 39 |
| Octal | 67 | 353 | 265 | 115 | 0 | 27 | 10 | 242 | 122 | 71 |
| Binary | 110111 | 11101011 | 10110101 | 1001101 | 0 | 10111 | 1000 | 10100010 | 1010010 | 111001 |
Color Harmonies of #37EBB5
Complementary color
Monochromatic Colors of #37EBB5
Black with #37EBB5
Text Example
Text Example
White with #37EBB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37EBB5; }
p { color: rgb(55,235,181); }
H1.HeaderClassName
{
color: #37EBB5;
}
.AnyTagClassName
{
color: #37EBB5;
}
</style>
background-color css
<style>
a { background-color: #37EBB5; }
a { background-color: rgb(55,235,181); }
div.DivClassName
{
background-color: #37EBB5;
}
.BgClassName
{
background-color: #37EBB5;
}
</style>
border-color css
<style>
span { border-color: #37EBB5; }
span { border-color: rgb(55,235,181); }
td.TdClassName
{
border-color: #37EBB5;
}
.TagClassName
{
border-color: #37EBB5;
}
</style>