#37FAC5

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

Shades of Turquoise #37FAC5

Tints of Turquoise #37FAC5

Color information

#37FAC5 (or 0x37FAC5) is unknown color: approx Turquoise. HEX triplet: 37, FA and C5. RGB value is (55,250,197). Sum of RGB (Red+Green+Blue) = 55+250+197=502 (66% of max value = 765). Red value is 55 (21.88% from 255 or 10.96% from 502); Green value is 250 (98.05% from 255 or 49.80% from 502); Blue value is 197 (77.34% from 255 or 39.24% from 502); Max value from RGB is 250 - color contains mainly: green. Hex color #37FAC5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #37FAC5 is #C8053A. Grayscale: #B9B9B9. Windows color (decimal): -13108539 or 12974647. OLE color: 12974647.

HSL color Cylindrical-coordinate representation of color #37FAC5: hue angle of 163.69º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #37FAC5 is Cyan = 0.78, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.02.

Color convert

RGB55250197-
CMYK0.7800.210.02
HSL163.69º95.12%59.8%-
HSV(B)163.69º78%98.04%-
XYZ45.8473.2164.54-
YUV185.65134.434.81-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 10.96%
GREEN value IS 250 (98.05% from 255) = 49.80%
BLUE value IS 197 (77.34% from 255) = 39.24%
R=10.96%
G=49.80%
B=39.24%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal552501970.7800.210.02163.6995.1259.8
Hex37FAC54E0152a45f3c
Octal67372305116025224413774
Binary1101111111101011000101100111001010110101001001011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37FAC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,250,197); }

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

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

 a { background-color: rgb(55,250,197); }

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

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

 span { border-color: rgb(55,250,197); }

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