Shades of Turquoise #37FEBF
Tints of Turquoise #37FEBF
RGB
CMYK
RGB Variations
Color information
#37FEBF (or 0x37FEBF) is known color: Turquoise. HEX triplet: 37, FE and BF. RGB value is (55,254,191). Sum of RGB (Red+Green+Blue) = 55+254+191=500 (66% of max value = 765). Red value is 55 (21.88% from 255 or 11% from 500); Green value is 254 (99.61% from 255 or 50.8% from 500); Blue value is 191 (75% from 255 or 38.2% from 500); Max value from RGB is 254 - color contains mainly: green. Hex color #37FEBF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #37FEBF is #C80140. Grayscale: #BBBBBB. Windows color (decimal): -13107521 or 12582455. OLE color: 12582455.
HSL color Cylindrical-coordinate representation of color #37FEBF: hue angle of 161.01º 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 #37FEBF is Cyan = 0.78, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 55 | 254 | 191 | - |
| CMYK | 0.78 | 0 | 0.25 | 0.00 |
| HSL | 161.01º | 0.99% | 0.61% | - |
| HSV(B) | 161.01º | 0.78% | 1% | - |
| XYZ | 46.42 | 75.46 | 61.41 | - |
| YUV | 187.32 | 130.07 | 33.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 254 | 191 | 0.78 | 0 | 0.25 | 0.00 | 161.01 | 0.99 | 0.61 |
| Hex | 37 | FE | BF | 4E | 0 | 19 | 0 | A1 | 63 | 3D |
| Octal | 67 | 376 | 277 | 116 | 0 | 31 | 0 | 241 | 143 | 75 |
| Binary | 110111 | 11111110 | 10111111 | 1001110 | 0 | 11001 | 0 | 10100001 | 1100011 | 111101 |
Color Harmonies of #37FEBF
Complementary color
Monochromatic Colors of #37FEBF
Black with #37FEBF
Text Example
Text Example
White with #37FEBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37FEBF; }
p { color: rgb(55,254,191); }
H1.HeaderClassName
{
color: #37FEBF;
}
.AnyTagClassName
{
color: #37FEBF;
}
</style>
background-color css
<style>
a { background-color: #37FEBF; }
a { background-color: rgb(55,254,191); }
div.DivClassName
{
background-color: #37FEBF;
}
.BgClassName
{
background-color: #37FEBF;
}
</style>
border-color css
<style>
span { border-color: #37FEBF; }
span { border-color: rgb(55,254,191); }
td.TdClassName
{
border-color: #37FEBF;
}
.TagClassName
{
border-color: #37FEBF;
}
</style>