#37F5BE

Color #37F5BE Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turquoise #37F5BE

Tints of Turquoise #37F5BE

Color information

#37F5BE (or 0x37F5BE) is unknown color: approx Turquoise. HEX triplet: 37, F5 and BE. RGB value is (55,245,190). Sum of RGB (Red+Green+Blue) = 55+245+190=490 (64% of max value = 765). Red value is 55 (21.88% from 255 or 11.22% from 490); Green value is 245 (96.09% from 255 or 50% from 490); Blue value is 190 (74.61% from 255 or 38.78% from 490); Max value from RGB is 245 - color contains mainly: green. Hex color #37F5BE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #37F5BE is #C80A41. Grayscale: #B5B5B5. Windows color (decimal): -13109826 or 12514615. OLE color: 12514615.

HSL color Cylindrical-coordinate representation of color #37F5BE: hue angle of 162.63º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #37F5BE is Cyan = 0.78, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.04.

Color convert

RGB55245190-
CMYK0.7800.220.04
HSL162.63º90.48%58.82%-
HSV(B)162.63º77.55%96.08%-
XYZ43.5269.8359.9-
YUV181.92132.5537.47-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 55 (21.88% from 255) = 11.22%
GREEN value IS 245 (96.09% from 255) = 50%
BLUE value IS 190 (74.61% from 255) = 38.78%
R=11.22%
G=50%
B=38.78%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal552451900.7800.220.04162.6390.4858.82
Hex37F5BE4E0164a35a3b
Octal67365276116026424313273
Binary11011111110101101111101001110010110100101000111011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37F5BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37F5BE; }

 p { color: rgb(55,245,190); }

 H1.HeaderClassName
 {
   color: #37F5BE;
 }
 .AnyTagClassName
 {
   color: #37F5BE;
 }
</style>
background-color css

<style>
 a { background-color: #37F5BE; }

 a { background-color: rgb(55,245,190); }

 div.DivClassName
 {
   background-color: #37F5BE;
 }
 .BgClassName
 {
   background-color: #37F5BE;
 }
</style>
border-color css

<style>
 span { border-color: #37F5BE; }

 span { border-color: rgb(55,245,190); }

 td.TdClassName
 {
   border-color: #37F5BE;
 }
 .TagClassName
 {
   border-color: #37F5BE;
 }
</style>