Shades of Turquoise #37EFB5
Tints of Turquoise #37EFB5
RGB
CMYK
RGB Variations
Color information
#37EFB5 (or 0x37EFB5) is known color: Turquoise. HEX triplet: 37, EF and B5. RGB value is (55,239,181). Sum of RGB (Red+Green+Blue) = 55+239+181=475 (62% of max value = 765). Red value is 55 (21.88% from 255 or 11.58% from 475); Green value is 239 (93.75% from 255 or 50.32% from 475); Blue value is 181 (71.09% from 255 or 38.11% from 475); Max value from RGB is 239 - color contains mainly: green. Hex color #37EFB5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #37EFB5 is #C8104A. Grayscale: #B1B1B1. Windows color (decimal): -13111371 or 11923255. OLE color: 11923255.
HSL color Cylindrical-coordinate representation of color #37EFB5: hue angle of 161.09º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #37EFB5 is Cyan = 0.77, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 55 | 239 | 181 | - |
| CMYK | 0.77 | 0 | 0.24 | 0.06 |
| HSL | 161.09º | 0.85% | 0.58% | - |
| HSV(B) | 161.09º | 0.77% | 0.94% | - |
| XYZ | 40.78 | 65.88 | 54.28 | - |
| YUV | 177.37 | 130.04 | 40.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 239 | 181 | 0.77 | 0 | 0.24 | 0.06 | 161.09 | 0.85 | 0.58 |
| Hex | 37 | EF | B5 | 4D | 0 | 18 | 6 | A1 | 55 | 3A |
| Octal | 67 | 357 | 265 | 115 | 0 | 30 | 6 | 241 | 125 | 72 |
| Binary | 110111 | 11101111 | 10110101 | 1001101 | 0 | 11000 | 110 | 10100001 | 1010101 | 111010 |
Color Harmonies of #37EFB5
Complementary color
Monochromatic Colors of #37EFB5
Black with #37EFB5
Text Example
Text Example
White with #37EFB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37EFB5; }
p { color: rgb(55,239,181); }
H1.HeaderClassName
{
color: #37EFB5;
}
.AnyTagClassName
{
color: #37EFB5;
}
</style>
background-color css
<style>
a { background-color: #37EFB5; }
a { background-color: rgb(55,239,181); }
div.DivClassName
{
background-color: #37EFB5;
}
.BgClassName
{
background-color: #37EFB5;
}
</style>
border-color css
<style>
span { border-color: #37EFB5; }
span { border-color: rgb(55,239,181); }
td.TdClassName
{
border-color: #37EFB5;
}
.TagClassName
{
border-color: #37EFB5;
}
</style>