Shades of Turquoise #37E7B5
Tints of Turquoise #37E7B5
RGB
CMYK
RGB Variations
Color information
#37E7B5 (or 0x37E7B5) is known color: Turquoise. HEX triplet: 37, E7 and B5. RGB value is (55,231,181). Sum of RGB (Red+Green+Blue) = 55+231+181=467 (61% of max value = 765). Red value is 55 (21.88% from 255 or 11.78% from 467); Green value is 231 (90.62% from 255 or 49.46% from 467); Blue value is 181 (71.09% from 255 or 38.76% from 467); Max value from RGB is 231 - color contains mainly: green. Hex color #37E7B5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #37E7B5 is #C8184A. Grayscale: #ACACAC. Windows color (decimal): -13113419 or 11921207. OLE color: 11921207.
HSL color Cylindrical-coordinate representation of color #37E7B5: hue angle of 162.95º degrees, saturation: 0.79, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #37E7B5 is Cyan = 0.76, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 55 | 231 | 181 | - |
| CMYK | 0.76 | 0 | 0.22 | 0.09 |
| HSL | 162.95º | 0.79% | 0.56% | - |
| HSV(B) | 162.95º | 0.76% | 0.91% | - |
| XYZ | 38.49 | 61.3 | 53.52 | - |
| YUV | 172.68 | 132.69 | 44.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 231 | 181 | 0.76 | 0 | 0.22 | 0.09 | 162.95 | 0.79 | 0.56 |
| Hex | 37 | E7 | B5 | 4C | 0 | 16 | 9 | A3 | 4F | 38 |
| Octal | 67 | 347 | 265 | 114 | 0 | 26 | 11 | 243 | 117 | 70 |
| Binary | 110111 | 11100111 | 10110101 | 1001100 | 0 | 10110 | 1001 | 10100011 | 1001111 | 111000 |
Color Harmonies of #37E7B5
Complementary color
Monochromatic Colors of #37E7B5
Black with #37E7B5
Text Example
Text Example
White with #37E7B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37E7B5; }
p { color: rgb(55,231,181); }
H1.HeaderClassName
{
color: #37E7B5;
}
.AnyTagClassName
{
color: #37E7B5;
}
</style>
background-color css
<style>
a { background-color: #37E7B5; }
a { background-color: rgb(55,231,181); }
div.DivClassName
{
background-color: #37E7B5;
}
.BgClassName
{
background-color: #37E7B5;
}
</style>
border-color css
<style>
span { border-color: #37E7B5; }
span { border-color: rgb(55,231,181); }
td.TdClassName
{
border-color: #37E7B5;
}
.TagClassName
{
border-color: #37E7B5;
}
</style>