Shades of Turquoise #37FEB9
Tints of Turquoise #37FEB9
RGB
CMYK
RGB Variations
Color information
#37FEB9 (or 0x37FEB9) is known color: Turquoise. HEX triplet: 37, FE and B9. RGB value is (55,254,185). Sum of RGB (Red+Green+Blue) = 55+254+185=494 (65% of max value = 765). Red value is 55 (21.88% from 255 or 11.13% from 494); Green value is 254 (99.61% from 255 or 51.42% from 494); Blue value is 185 (72.66% from 255 or 37.45% from 494); Max value from RGB is 254 - color contains mainly: green. Hex color #37FEB9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #37FEB9 is #C80146. Grayscale: #BABABA. Windows color (decimal): -13107527 or 12189239. OLE color: 12189239.
HSL color Cylindrical-coordinate representation of color #37FEB9: hue angle of 159.2º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #37FEB9 is Cyan = 0.78, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 55 | 254 | 185 | - |
| CMYK | 0.78 | 0 | 0.27 | 0.00 |
| HSL | 159.2º | 0.99% | 0.61% | - |
| HSV(B) | 159.2º | 0.78% | 1% | - |
| XYZ | 45.77 | 75.2 | 58 | - |
| YUV | 186.63 | 127.07 | 34.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 254 | 185 | 0.78 | 0 | 0.27 | 0.00 | 159.2 | 0.99 | 0.61 |
| Hex | 37 | FE | B9 | 4E | 0 | 1B | 0 | 9F | 63 | 3D |
| Octal | 67 | 376 | 271 | 116 | 0 | 33 | 0 | 237 | 143 | 75 |
| Binary | 110111 | 11111110 | 10111001 | 1001110 | 0 | 11011 | 0 | 10011111 | 1100011 | 111101 |
Color Harmonies of #37FEB9
Complementary color
Monochromatic Colors of #37FEB9
Black with #37FEB9
Text Example
Text Example
White with #37FEB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37FEB9; }
p { color: rgb(55,254,185); }
H1.HeaderClassName
{
color: #37FEB9;
}
.AnyTagClassName
{
color: #37FEB9;
}
</style>
background-color css
<style>
a { background-color: #37FEB9; }
a { background-color: rgb(55,254,185); }
div.DivClassName
{
background-color: #37FEB9;
}
.BgClassName
{
background-color: #37FEB9;
}
</style>
border-color css
<style>
span { border-color: #37FEB9; }
span { border-color: rgb(55,254,185); }
td.TdClassName
{
border-color: #37FEB9;
}
.TagClassName
{
border-color: #37FEB9;
}
</style>