Shades of Turquoise #37E2B5
Tints of Turquoise #37E2B5
RGB
CMYK
RGB Variations
Color information
#37E2B5 (or 0x37E2B5) is known color: Turquoise. HEX triplet: 37, E2 and B5. RGB value is (55,226,181). Sum of RGB (Red+Green+Blue) = 55+226+181=462 (61% of max value = 765). Red value is 55 (21.88% from 255 or 11.90% from 462); Green value is 226 (88.67% from 255 or 48.92% from 462); Blue value is 181 (71.09% from 255 or 39.18% from 462); Max value from RGB is 226 - color contains mainly: green. Hex color #37E2B5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37E2B5 is #C81D4A. Grayscale: #A9A9A9. Windows color (decimal): -13114699 or 11919927. OLE color: 11919927.
HSL color Cylindrical-coordinate representation of color #37E2B5: hue angle of 164.21º degrees, saturation: 0.75, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #37E2B5 is Cyan = 0.76, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.11.
Color convert
RGB | 55 | 226 | 181 | - |
CMYK | 0.76 | 0 | 0.20 | 0.11 |
HSL | 164.21º | 0.75% | 0.55% | - |
HSV(B) | 164.21º | 0.76% | 0.89% | - |
XYZ | 37.11 | 58.54 | 53.06 | - |
YUV | 169.74 | 134.35 | 46.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 55 | 226 | 181 | 0.76 | 0 | 0.20 | 0.11 | 164.21 | 0.75 | 0.55 |
Hex | 37 | E2 | B5 | 4C | 0 | 14 | B | A4 | 4B | 37 |
Octal | 67 | 342 | 265 | 114 | 0 | 24 | 13 | 244 | 113 | 67 |
Binary | 110111 | 11100010 | 10110101 | 1001100 | 0 | 10100 | 1011 | 10100100 | 1001011 | 110111 |
Color Harmonies of #37E2B5
Complementary color
Monochromatic Colors of #37E2B5
Black with #37E2B5
Text Example
Text Example
White with #37E2B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37E2B5; }
p { color: rgb(55,226,181); }
H1.HeaderClassName
{
color: #37E2B5;
}
.AnyTagClassName
{
color: #37E2B5;
}
</style>
background-color css
<style>
a { background-color: #37E2B5; }
a { background-color: rgb(55,226,181); }
div.DivClassName
{
background-color: #37E2B5;
}
.BgClassName
{
background-color: #37E2B5;
}
</style>
border-color css
<style>
span { border-color: #37E2B5; }
span { border-color: rgb(55,226,181); }
td.TdClassName
{
border-color: #37E2B5;
}
.TagClassName
{
border-color: #37E2B5;
}
</style>