Shades of Turquoise #37F4BD
Tints of Turquoise #37F4BD
RGB
CMYK
RGB Variations
Color information
#37F4BD (or 0x37F4BD) is known color: Turquoise. HEX triplet: 37, F4 and BD. RGB value is (55,244,189). Sum of RGB (Red+Green+Blue) = 55+244+189=488 (64% of max value = 765). Red value is 55 (21.88% from 255 or 11.27% from 488); Green value is 244 (95.70% from 255 or 50% from 488); Blue value is 189 (74.22% from 255 or 38.73% from 488); Max value from RGB is 244 - color contains mainly: green. Hex color #37F4BD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #37F4BD is #C80B42. Grayscale: #B5B5B5. Windows color (decimal): -13110083 or 12448823. OLE color: 12448823.
HSL color Cylindrical-coordinate representation of color #37F4BD: hue angle of 162.54º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #37F4BD is Cyan = 0.77, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 55 | 244 | 189 | - |
| CMYK | 0.77 | 0 | 0.23 | 0.04 |
| HSL | 162.54º | 0.9% | 0.59% | - |
| HSV(B) | 162.54º | 0.77% | 0.96% | - |
| XYZ | 43.11 | 69.19 | 59.23 | - |
| YUV | 181.22 | 132.38 | 37.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 244 | 189 | 0.77 | 0 | 0.23 | 0.04 | 162.54 | 0.9 | 0.59 |
| Hex | 37 | F4 | BD | 4D | 0 | 17 | 4 | A3 | 5A | 3B |
| Octal | 67 | 364 | 275 | 115 | 0 | 27 | 4 | 243 | 132 | 73 |
| Binary | 110111 | 11110100 | 10111101 | 1001101 | 0 | 10111 | 100 | 10100011 | 1011010 | 111011 |
Color Harmonies of #37F4BD
Complementary color
Monochromatic Colors of #37F4BD
Black with #37F4BD
Text Example
Text Example
White with #37F4BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37F4BD; }
p { color: rgb(55,244,189); }
H1.HeaderClassName
{
color: #37F4BD;
}
.AnyTagClassName
{
color: #37F4BD;
}
</style>
background-color css
<style>
a { background-color: #37F4BD; }
a { background-color: rgb(55,244,189); }
div.DivClassName
{
background-color: #37F4BD;
}
.BgClassName
{
background-color: #37F4BD;
}
</style>
border-color css
<style>
span { border-color: #37F4BD; }
span { border-color: rgb(55,244,189); }
td.TdClassName
{
border-color: #37F4BD;
}
.TagClassName
{
border-color: #37F4BD;
}
</style>