Shades of Turquoise #37ECB6
Tints of Turquoise #37ECB6
RGB
CMYK
RGB Variations
Color information
#37ECB6 (or 0x37ECB6) is known color: Turquoise. HEX triplet: 37, EC and B6. RGB value is (55,236,182). Sum of RGB (Red+Green+Blue) = 55+236+182=473 (62% of max value = 765). Red value is 55 (21.88% from 255 or 11.63% from 473); Green value is 236 (92.58% from 255 or 49.89% from 473); Blue value is 182 (71.48% from 255 or 38.48% from 473); Max value from RGB is 236 - color contains mainly: green. Hex color #37ECB6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #37ECB6 is #C81349. Grayscale: #AFAFAF. Windows color (decimal): -13112138 or 11988023. OLE color: 11988023.
HSL color Cylindrical-coordinate representation of color #37ECB6: hue angle of 162.1º degrees, saturation: 0.83, 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 #37ECB6 is Cyan = 0.77, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 55 | 236 | 182 | - |
| CMYK | 0.77 | 0 | 0.23 | 0.07 |
| HSL | 162.1º | 0.83% | 0.57% | - |
| HSV(B) | 162.1º | 0.77% | 0.93% | - |
| XYZ | 40.01 | 64.18 | 54.54 | - |
| YUV | 175.73 | 131.53 | 41.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 236 | 182 | 0.77 | 0 | 0.23 | 0.07 | 162.1 | 0.83 | 0.57 |
| Hex | 37 | EC | B6 | 4D | 0 | 17 | 7 | A2 | 53 | 39 |
| Octal | 67 | 354 | 266 | 115 | 0 | 27 | 7 | 242 | 123 | 71 |
| Binary | 110111 | 11101100 | 10110110 | 1001101 | 0 | 10111 | 111 | 10100010 | 1010011 | 111001 |
Color Harmonies of #37ECB6
Complementary color
Monochromatic Colors of #37ECB6
Black with #37ECB6
Text Example
Text Example
White with #37ECB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37ECB6; }
p { color: rgb(55,236,182); }
H1.HeaderClassName
{
color: #37ECB6;
}
.AnyTagClassName
{
color: #37ECB6;
}
</style>
background-color css
<style>
a { background-color: #37ECB6; }
a { background-color: rgb(55,236,182); }
div.DivClassName
{
background-color: #37ECB6;
}
.BgClassName
{
background-color: #37ECB6;
}
</style>
border-color css
<style>
span { border-color: #37ECB6; }
span { border-color: rgb(55,236,182); }
td.TdClassName
{
border-color: #37ECB6;
}
.TagClassName
{
border-color: #37ECB6;
}
</style>